@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.1;
	font-weight: normal;
	background: #B0B9D0;
	list-style: square;
	background-attachment: fixed;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	width: 100px;
	border: thin solid #666;
	background-color: #990000;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	top: 0px;
	position: static;
	min-width: 90px;
}
#nav:link      { text-decoration:none; color:white ; }
#nav:visited   { text-decoration:none;  color: #ffffff;
                   background-color:#C00; }
#nav:hover     { text-decoration:underline;  
				   background-color:#C00;}
#nav:active    {
	text-decoration:underline;
	color: #00ffff;
	background-color:#C00;
}
					
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #B00F3C;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#C10215;
}
 a:active {   
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FC1027;
	text-decoration:underline; 
}
 a:hover:link {
	text-decoration:underline;
	color: #186916;
	
 }
 a.a_header:link { text-decoration:none ; color: #000000 
 }

