body { 
	background-color: #D8D8D8; 
	font-family: Verdana; 
	margin: 0px 
}


td { 
	font-size: 8pt; 
}


a { 
	text-decoration: none; 
}


a:hover { 
	text-decoration: underline; 
}


input {
	border: solid 1px #5577BB;
	font-family: Verdana;
	font-size: 9pt;
}


textarea {
	border: solid 1px #5577BB;
	font-family: Verdana;
	font-size: 9pt;	
}

select {
	font-family: Verdana;
	font-size: 9pt;	

}

option {
	font-family: Verdana;
	font-size: 9pt;	

}


.linkHeader {
	color: white;
	font-weight: bold;
	font-size: 8pt;
}