@charset "utf-8";
/* CSS Document */

/* NORMAL LINKS */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* END NORMAL LINKS */


/* WHITE LINKS */
.white a:link {
	color: #F6F6F6;
	text-decoration: none;
}
.white a:visited {
	text-decoration: none;
	color: #F6F6F6;
}
.white a:hover {
	text-decoration: underline;
	color: #F6F6F6;
}
.white a:active {
	text-decoration: none;
	color: #F6F6F6;
}
/* END WHITE LINKS */


body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0D2D84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.style1 {
	font-size: 13px;
	font-style: italic;
}

.style2 {
	font-size: 11px;
}

.style3 {
	font-size: 11px;
	color:#F6F6F6;
}

.input {
 font-size: 12px;
 background-color: #F2F2F2;
 border: 0px solid #F2F2F2;
}

.borderleft {
background-image:url(images/divider-vert.jpg); background-repeat:repeat-y;
}

/* DROP DOWN MENU */
#dropmenudiv{
position:absolute;
border:none;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0D2D84;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #F0002C;
color: #FFFFFF;
}

#dropmenudiv a:hover{
background-color: #0D2D84;
color: #FFFFFF;
}
/* END DROP DOWN MENU */