/* ----------------------------------------------------------- */
/* ----------------- Common Elements ------------------ */
/* ----------------------------------------------------------- */

			
			
BODY { 
	font-family:  'Lucida Grande', Arial, Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	color: #CCC; 
	/*font-size: 11px; */
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #000; 
	margin: 0mm; 
	padding: 0mm;
}

H1, H2, H3, H4, H5, DIV { 
	display: block; 
	margin: 0mm; 
	padding: 0mm;
}

H1, H1 a:link, H1 a:visited, H1a:hover, H1 a:active  {
	color: #F8C903; 
	font-size: 21px; 
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
	margin: 0 0 4px 0;
}

h2 {
	font-size:15px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 6px;
	border-bottom: 1px solid #F8C903;
}

H3 { font-size:14px; }
H4 { 
	color: #F8C903;
	font-size:12px; 
	display: inline;
}
H5 { color: #336; font-size:14px; font-weight: bold; }

EM STRONG IMG { 
	display: inline; 
}

.list_no_bullets {
	margin: auto;
	list-style-type: none;
}


/* ----------------------------------------------------------- */
/* ------------------------ Links --------------------------- */
/* ----------------------------------------------------------- */

a, a:link, a:visited { 
/* 	color: #336;  */
	color: #99f; 
	font-size: 11px;
/* 	text-decoration: none;  */
}

a:hover, a:active { 
	color: #fff; 
	font-size: 11px;
	text-decoration: underline; 
}


/* ------------------------------------------------------------------- */
/* ------------ Form Elements And Form Tables --------------- */
/* ------------------------------------------------------------------- */

input { background-color: #fff; font-size: 10px; }
/* input:focus { background-color: #FF9 } */
/* textarea:focus { background-color: #FF9 } */
SELECT { font-size: 10px; }

/* W3C validator doesn't like these */
/*input[type="button"] { -moz-border-radius:15px }*/
/*input[type="submit"] { -moz-border-radius:15px }*/



/* ----------------------------------------------------------- */
/* -------------------- Tables -------------------- */
/* ----------------------------------------------------------- */

.topnav {
	color: #666; 
	height: 22px;
	background-image: url('images/navbar_stretchbak.gif'); 
}

.topnav a, .topnav a:link, .topnav a:visited {
	color: #7B99B5; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none; 
}

.topnav a:hover, .topnav a:active { 
	color: #CCC; 
}

table
{
	/*border-width: 0px;
	border-spacing: 0px;*/
}

.bordered
{
	background-color: #2D3740;
	border: 1px solid #465461;
	padding: 5px;
	/*border-spacing: 0px;*/
}

.bordered_nopad
{
	background-color: #2D3740;
	border: 1px solid #465461;
}

.divider {
	border-bottom: #CCC dotted 2px; 
	margin-bottom: 5px;
}


/* ------------------------------------------------------- */
/* ----------------- footer items ----------------------- */
/* ------------------------------------------------------- */

.footer, .footer a:link, .footer a:visited { 
	width: 100%; 
	font-family:  Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	color: #CCC; 
	font-size: 9px;
	text-decoration: none; 
	clear: both;
}

.footer a:active, .footer a:hover { 
	color: #FFF; 
}


.imgwrapper
{
	float: left;
	width: 134px;
	height: 142px;
	padding: 5px;
	text-align: center
}
.imgwrapper img {
	background-color: #999;
	border: 1px solid #666;
	padding: 4px;
}
.imgwrapper a:hover img, .imgwrapper a:focus img {
	background-color: #669;
}
