/* CSS Document */

#content {
	background: #fff;
	border: 1px solid #9C9C9C;
	margin: 0 auto;
	padding: 0px;
	width: 785px;
	}
.body_text {	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
}
.bold_text {	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #014990;
}
.header_text {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #004080;
}
a.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white_menu {
	padding-top:3px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-stretch: expanded;
	text-align:left;
}
.footer {
	padding-top:8px;
	padding-bottom:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-align:center;
	color: #666;
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBDDFF;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015496;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}