body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #507fb9;
}

A {
	text-decoration: none;
	color: #004b7f;
}

A:Hover {
	color: #0033FF;
	text-decoration: underline;
}

A.underline {
	text-decoration: underline;
	color: #004b7f;
}

A.underline:Hover {
	color: #0033FF;
	text-decoration: underline;
}

A.whiteunderline {
	text-decoration: underline;
	color: #FFFFFF;
}

A.whiteunderline:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
	display: block;
	color: #1d569c;
	background-color: #f6f6f6;
	width: 15em;
	padding: .5em .2em;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../images/customlistimage.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#navcontainer a:hover
{
background-color: #ed2123;
color: #FFF;
background-image: url(../images/customlistimage_wh.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
}
.red_menu_txt {
	color: #ed2123;
	font-weight: bold;
}

.pad10px {
padding: 5px 10px;
}
.blue_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004b7f;
}

.red_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ed2123;
	font-weight: bold;
}

.red_textsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ed2123;
	font-weight: bold;
}

.red_textsmArial {
	font-size: 10px;
	color: #ed2123;
	font-weight: bold;
}

.black_text10px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}

.black_text11px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

.black_text12px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}


.white_textsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.border {
	border: 1px dashed #BCCCDF;
}

.borderBottom {
	border-bottom-color: #BCCCDF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 10px 5px;
}

.blue_text10px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #004b7f;
}