/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0px;
}
.mn {
	font-size: 13px;
	line-height: 16px;
}
.mn a:link {
	color: #003333;
	text-decoration: underline;
}
.mn a:visited {
	color: #006666;
	text-decoration: underline;
}
.mn a:hover, .mn a:active {
	text-decoration: none;
}
.mnbold {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
}
.mnbold a:link {
	color: #003399;
	text-decoration: none;
}
.mnbold a:visited {
	color: #666666;
	text-decoration: none;
}
.mnbold a:hover, .mnbold a:active {
	text-decoration: underline;
}
.mnhome {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.disclaimer {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.top {
	font-size: 9px;
	line-height: 12px;
}
.top a:link {
	color: #003399;
	text-decoration: none;
}
.top a:visited {
	color: #666666;
	text-decoration: none;
}
.top a:hover, .top a:active {
	text-decoration: underline;
}
.formreverse {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
