/* CSS Document */

body {
background-color:#486c91;
}

.tableborder_white {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.tableborder_blue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #486c91;
	border-left-color: #486c91;
	border-top-color: #486c91;
	border-right-color: #486c91;
}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
}

a.nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	text-decoration:none;
}

a.nav:hover, a.nav:active {
	color: #c0dff3;
	text-decoration: none;
}

.pagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #204162;
	font-weight: bold;
	font-size: 18px;
}

.bodycopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #333333;
}

a.bodycopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #486c91;
	text-decoration:none;
	font-weight: bold;
}

a.bodycopy:hover, a.bodycopy:active {
	color: #204162;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #ffffff;
}

a.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #ffffff;
	text-decoration: none;
}

a.copyright:hover, a.copyright:active {
	text-decoration:underline;
}

input, textarea, select {
     font-family: "Verdana", "Arial", "Helvetica", sans-serif;
     font-size: 11px;
     line-height: 14px;
}

.red {
color:#FF0000;
}

.leftemph {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	line-height:28px;
	color:#800000;
	margin: 30px 0px 0px 0px;
}
