/* CSS Document */
body{
	background-color: White;
	margin: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
image{
	border:0px;
	
}
a{
	color: #990000;
	text-decoration: underline;
}
a:hover{
	color: #0066CC;
	text-decoration: none;
}
.mbar{
	background-color: #000033;
	color: white;
}
.mbar a{
	color: White;
	text-decoration: underline;
}
.mbar a:hover{
	color: #CC0033;
	text-decoration: none;
}
.f10{
	font-size: 10px;
}
.f11{
	font-size: 11px;
}
.f12{
	font-size: 12px;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}
.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px;
}

.f120{
	font-size: 20px;
}

.f24{
	font-size: 24px;
}
.b{
	font-weight: bolder;
}
.pad5{
		padding: 5px;
}
.pad10{
		padding: 10px;
}
.pad15{
		padding: 15px;
}
#navcontainer { width: 227px; }

#navcontainer ul
{
margin-left: 0;
list-style-type: none;
font-family:  Arial, Helvetica, sans-serif ;
font-size: 11px;
font-weight: bold;
text-transform: capitalize;
text-align: right;

}
#navcontainer li{
background-color: #333333;	
background-position: right;
background-repeat: no-repeat;
background-image: url(/images/mstop.gif);
height: 24px;
}
#navcontainer a
{
padding: 4px;
padding-right: 25px;
display: block;
width: 227px;
background-color: #5C5C5C;
border-bottom: 1px solid white;
background-position: right;
background-repeat: no-repeat;
background-image: url(/images/m.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #004DA6;
color: #fff;
background-position: right;
background-repeat: no-repeat;
background-image: url(/images/mo.gif);
}
.sb{
	background-color: #DBDBDB;
}
.brg{
	border: 3px solid #DBDBDB;
}
.brg_b{
	border-bottom: 3px solid #DBDBDB;
}
.brg_t{
	border-top: 3px solid #DBDBDB;
}
.brg_l{
	border-left: 3px solid #DBDBDB;
}
.brg_r{
	border-right: 3px solid #DBDBDB;
}
.hd{
	color: #0066CC;
	font-family: "Trebusher MS";
	font-weight: bolder;
}
.cap{
	text-transform: capitalize;
}
.up{
	text-transform: up;
}
.hdi{
	color: #0066CC;
	background-image: url(/images/mh.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-family: "Trebusher MS";
	font-weight: bolder;
}
.fd{
	border: 1px solid #004DA6;
	background-color: #F0F8FF;
	color:#CC0033;
	font-size: 11px;
	width: 120px;
	font-family: Georgia1, Georgia, serif;
}
.fds{
	border: 1px solid #004DA6;
	background-color: #F0F8FF;
	color:#CC0033;
	font-size: 11px;
	font-family: Georgia1, Georgia, serif;
}
.fd_450{
	border: 1px solid #004DA6;
	background-color: #F0F8FF;
	color:#CC0033;
	font-size: 11px;
	font-family: Georgia1, Georgia, serif;
	width: 450px;
}
.button{
	border: 1px solid #000033;
	background-color: #0066CC;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.errorTable{
	background-color: #990000;
	color:white;
	font-size: 11px;
	font-weight: bold;
}
.messageTable{
	background-color: #99CCFF;
	color:#333333;
	font-size: 11px;
	font-weight: bold;
}