HTML, BODY { height: 100%; width: 100%; }
BODY{
	margin:0;
	padding:0;
	background: #180EA3;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
	font-size: 75%;
	text-align: center;
}

.bgPrint{
	background: #FFFFFF;
}

a:Link{
	color:#180EA3;
	text-decoration: none;
	font-weight:normal;
}
a:Visited{
	color:#FF8900;
	text-decoration: none;
	font-weight:normal;
}
a:Hover{
	color:#3695CB;
	text-decoration: underline;
	font-weight:normal;
}
a:Active{
	color:#3695CB;
	text-decoration: underline;
	font-weight:normal;
}

table, tr, tbody, td, th, p, li, dd { 
	font-size: 1em; 
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
}

.searchbox{
	background: #FFE672;
	border: 1px solid #8C7203;
	height: 16px;
	width: 100px;
}

a.search{
	font-weight: normal;
	font-family: verdana;
	font-size: 10.5px;
	text-decoration: none;
}

a.search:link,a.search:visited{
	font-weight: normal;
	color:#4E3E03;
	text-decoration:none;
}

a.search:hover,a.search:active{
	font-weight: normal;
	color:#4E3E03;
	text-decoration:underline;
}

.mpdate{
	font-family: verdana;
	font-size: 11px;
	color: #4C3E01;
	font-weight:bold;
	padding-bottom: 8px;
}

.loginbox{
	background: #D5E2F3;
	border: 1px solid #626F80;
	height: 16px;
	width: 100px;
}
.logintext{
	font-size:10px;
	font-weight:bold;
	color:#2D6FC6;
}
