body{
margin:0;
padding:0;
text-align: left;
background: white;
background-image: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
.noline {
	text-decoration: none;
	color: #000000;

}

a:link, a:visited {
	color: #152f53; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #485d79;	
	text-decoration: underline;
	font-weight: bold;
}

