body {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

td {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

th {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.hyperlink {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration: none; 
}

a:link { 
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration: none; 
	}
	
a:visited { 
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration: none; 
	}
	
a:hover { 
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	text-decoration: underline;  
	}
	
a:active { 
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	text-decoration: none;  
	}
	
.hyperlink:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	text-decoration: underline; 
}

.dashed {
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
	
.top {
	border-top: 1px solid #cccccc;
	}
	
.bottom {
	border-bottom: 1px solid #cccccc;
	}



