.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.srhilite { 
	background-color: #E9E9E9; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

A:LINK {color : #052841; text-decoration : underline;}
A:VISITED {color : #052841; text-decoration : underline;}
A:ACTIVE {color : #052841; text-decoration : underline;}
A:HOVER {color : #999999; text-decoration : underline;}

.border {
	border: 1px solid #666666;
}

.border-grey {
	border: 1px solid #999999;
}