/* cascading style sheets */

BODY {
	background-color : #EDF0D1;
	font-size:10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	 text-decoration: none; 
	 font-size: 12px; 
	 font-family: verdana; 
	 font-weight: normal;
	 color: #BD2975;
}

.errormessage{ 
	 text-decoration: none; 
	 color: red; 
	 font-size: 12px; 
	 font-family: verdana; 
	 font-weight: normal; 
}

.results {
	border-style: solid; 
	border-color: #315994; 
	border-width: 1px; 
}

