/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777575;
	font-weight:normal;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
color: #777575;
font-weight:normal;
text-decoration: none;
}
/*
a {
color: #5e85bd;
font-weight:bold;
}
*/
a:hover {
	color:#5e85bd;
}
.footerContactWhite {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.footerContactWhite a{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.footerContactWhite a:hover{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.footerContact {
font-weight:bold;
color: #5e85bd;
font-size: 16px;
}
.footerContact a{
font-weight:bold;
color: #FFFFFF;
font-size: 16px;
}
.footerContact a:hover{
font-weight:bold;
color: #FFFFFF;
font-size: 16px;
}

.copyright {
font-size: 10px;
color: #5e85bd;
}
.lgBlueBd {
	font-size: 16px;
	color: #5e85bd;
	font-weight: bold;
}
.mdBlueBd {
	font-size: 14px;
	color: #5e85bd;
	font-weight: bold;
}
.lgWhiteBd {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
/*
.subnav {
color: #777575;
font-size: 12px;

}
.subnav a {
color: #777575;
font-size: 12px;
font-weight:normal;
}
.subnav a:hover {
color: #5e85bd;
}
.subnav a:active {
color: #5e85bd;
font-weight:bold;
}
*/
.subnavactive {
color: #5e85bd;
font-weight:bold;
}
.rgWhite {
color: #FFFFFF;
font-size: 12px;
line-height: 16px;

}
.rgWhite a {
color: #FFFFFF;
font-weight:normal;
}
.rgWhite a:hover{
color: #FFFFFF;
font-weight:normal;
}
.rgBlue {
color: #5e85bd;
font-size: 12px;
line-height: 16px;
}
.rgBlue a {
color: #5e85bd;
}
.rgRed {
color: #FF0000;
}
.rgRed a {
color: #FF0000;
font-weight: bold;
}
.loginFields {
width: 99%;
border: 1px solid #777575;
}
.photoCaption {
font-style:italic;
font-weight:normal;
color: #5e85bd;
font-size: 11px;
line-height: 13px;
}
.blueVline {
background-image:url(images/blue_vline.gif);
background-repeat:repeat-y;
background-position:right top;
}
ul {
margin: 0;
padding: 0;
}
li {
margin-left: 10px;
list-style:square;
padding:5px;
}
h1 {
	font-size: 16px;
	color: #5e85bd;
	font-weight: bold;
}

-->