/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #DFDFDF;
}
.Menu {
	font-family: Tahoma, Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
a {
	text-decoration: none;
	color: #0E3C61;
}

a:hover {
	text-decoration: underline;
	font-color: #333333;
}

a:visited {
	color: #0E3C61;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0em;
}

#nav-menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: 6em;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #000000;
}

#nav-menu li a:hover
{
/* background: url(images/header_bg_gray_grad_over.gif) #fff bottom left repeat-x; \*/
height: 2em;
line-height: 2em;
float: left;
width: 6em;
display: block;
color: #0E3C61;
text-decoration: underline;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #0E3C61;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
} 

.BodyFont
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	font-weight: normal;

}


.BulletList
{
font-family: Arial;
font-size: 12px;
color: Black;
}


.BulletListTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.BodyFontTitle {

	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}
.cursor {
	cursor: hand;
}
