@charset "iso-8859-1";

/* CSS Document */
/* A:link {color: blue; text-decoration: underline}
A:visited {color: purple}
A:hover {color: red; text-decoration: blink; background: white}

A.white:link {color: white; text-decoration: none}
A.white:visited {color: white; text-decoration: none}
A.white:hover {color: red; text-decoration: none; background: white}
*/	 

/* GLOBAL */
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #555555;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 782px;
}

/* HEADER */
TABLE.header {font-family: Tahoma, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; vertical-align: top; width: 780px}  		 			
TD.header {vertical-align: top; padding-top: ; padding: 0; margin: 0} 
TD.headtop {text-align: left; background-image: url(../img/headleftbg.gif); background-repeat: repeat-x}
TD.headlightblue {background-color: #D6DEEC;}
TD.headblue {background-color: #3D77CB;}
TD.content {font-family: Tahoma, Helvetica, sans-serif; font-size: 11px}
/* Blue Menu Box with Tag (width=180px) */
#bluebox {
	width:180px;
	padding: 0;
	color:#555555;
	font-size: 11px;
	font-style:normal;
	margin:0;
	border:#3D77CB 1px solid;
	background:#D6DEEC;
}
#bluebox p {margin: 0 0 0 2px; background-image: url(../img/leftarrow.gif); background-repeat: no-repeat; text-indent: 10px}
#bluebox h5 {
	color:#FFF;
	background:#3D77CB;
	font-weight:bold;
	margin:0;
	padding:2px 5px 2px 5px;
	font-size:11px;
	border-bottom:#D6DEEC
}	

/* Blue Logo Box with Tag (width=180px) */
#bluelogobox {
	width:180px;
	padding: 0;
	color:#555555;
	font-size: 11px;
	font-style:normal;
	margin:0;
	border:#3D77CB 1px solid;
	background:#D6DEEC;
}
#bluelogobox div.logo {margin: 0 0 0 0; height: 80px; text-align: center;}
#bluelogobox h5 {
	color:#FFF;
	background:#3D77CB;
	font-weight:bold;
	margin:0;
	padding:2px 5px 2px 5px;
	font-size:11px;
	border-bottom:#D6DEEC;
}	

table.thumbs td {text-align: center; font-size: 11px}
DL DT {font-style: normal; font-size: 11px; font-weight: bold; margin-top: 12px; margin-left: 20px;}
DD {font-style: normal;	font-size:11px;}

/* IMAGES */	 
img.g {border-style: solid; border-width: 6px; border-color: #999999; border: solid}

