p, td, div {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

a {	
	color: #000080;
	text-decoration: none;
}

a:hover {	
	color: #000080;
	text-decoration: underline;
}

a.grey {
	color: #A0A0A0;
	text-decoration: underline;
}

.text {
	padding: 10px;
	margin: 10px;
}

.heading {
	font-size: 14pt;
	font-weight: bold;
}

.small {
	font-size: 7.5pt;
	color: #A0A0A0;
}

.blackborder {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

