/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
body,td,th {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000071;
}
.btn
{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000071;
}
.box
{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color: #FFFFFF;
	color: #004080;
	border:solid;
	height:auto;
	border-color:#330000;
}
a:link {
	color:#004080;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
}