/* These take care of the navigation tree links */
.nav          {text-decoration: none; color: #000000; background-color: transparent;}
.nav:link     {text-decoration: none; color: #000000; background-color: transparent;}
.nav:visited  {text-decoration: none; color: #000000; background-color: transparent;}
.nav:hover    { text-decoration: underline; color: #CC3333; font-weight: bold; background-color: transparent;}

body
{
	margin-left:				0px;
	margin-right:				0px;
	margin-top:				0px;
	margin-bottom:				0px;
	scrollbar-base-color:			#C3DCEF;
	scrollbar-highlight-color:		#FFFFFF;
	scrollbar-arrow-color:			#000066;
	scrollbar-shadow-color:			#000066;
	background:				#C3DCEF;
	text:					#000000;
	overflow:				hidden;
}


A  {
        color : darkblue;
        text-decoration : none;
}
A:Visited  {
        color : darkblue;
        text-decoration : none;
}
A:Active  {
        color : darkblue;
        text-decoration : underline;
}
A:Hover  {
        color : darkblue;
        text-decoration : underline;
        }
A:Link {
        color : darkblue;
        text-decoration : none
        }


.header {  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #00006c}
.text {  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000}

