/* CSS Document */

body,td,th {
	color: #oooooo;
	font-family: Tahoma;
	font-size: 12px;
}
body {
	background: #3166b5;
	margin-top: 5px;
}
a:link {
	color: #1E3E6F;
}
a:visited {
	color: #7ca3dc;
}
a:hover {
	color: #ffffcc;
}
a:active {
	color: #132848;
}
	
.style1 {
	color: #3166b5;
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 11px;
	color: #999999;
}
.style3 {color: #1E3E6F;
	font-size: 11px;
}
.style9 {font-style: italic}
.style11 {font-size: 13px; 
	color: #3166b5;
	font-weight: bold;
}
.style12 {font-size: 11px;
	color: #333333;
}
.style15 {color: #21457C}
.style17 {
	color: #285597;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

/*START navigation 
  Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin-top: 5px;
margin-left: 10px;
margin-bottom: 1em;
padding-left: 0px;
float: left;
font-weight: bold;
width: 445px;
border: ;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #1E3E6F;
font-weight: ;
padding: 5px 5px 5px 5px;
text-decoration: none;
background: ;
}

#underlinemenu ul li a:hover{
color: #132848;
background-color: #7ca3dc;
border-bottom: 4px solid #285597;
padding-bottom: 0;
}
 /*END navigation */
