/* the td tags detrmine font properties for all document text */
td {
	font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF
	}
			
td.test {
	font-family: geneva, verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF
	}	
	
b {
	font-weight: bold;
	color: #FFFFFF
	}	
	
A:link {
	text-decoration: none;
	color: #CCCCCC; 
	font-weight: bold
	}
	
A:hover	{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold
	}
A:visited {
	color:#CCCCCC;
	text-decoration: none;
	font-weight: bold
	}
	
.clr {
	font-family: geneva, verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
	text-decoration:none;
	color: #FFFFFF
	}
	
.subscript {
	font-family: geneva, verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF
	}
	
select {
	font-family: geneva, verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; 
	background: #000033
	}
td.eg {
	font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #000000
	}
.bulletin {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000033;
	background-color: #CCCCCC;
}
