BODY {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 10px;
}

A:HOVER {
	color : #006400;
}


.thick {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	text-align: left;
}
A.thick 
{font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; color: Black;  
background : White;  
font-weight : bold;  
text-decoration : underline;
}
A:HOVER.thick 
{font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; color: #006400;  
background : White;  
font-weight : bold;  text-decoration : none;
}

a:active.thick { font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; color: #B22222;  
background : White;  font-weight : bold;        
text-decoration: underline;
}

	.strong {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
	}
	
		a.strong {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
				color: Black;  
				text-decoration: underline;
		
	}

		.small {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight : normal;
		color: Black;  
	}
	
	.standard {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
	}
	
	a.smallbold {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight : normal;
			color: Black;
}

a.temp {
	color: Black;
		font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-align: left;
	background : #FFBA01;
}
