
BODY { 
     margin-top: 0px; 
	 margin-right: 0px; 
	 margin-bottom: 0px; 
	 margin-left: 0px; 
	 FONT: 12px Arial, Helvetica, sans-serif; 
	 }
 /* FONT COLORS */
 
TABLE		{ 
	COLOR: #000000; 
	FONT: 12px Arial, Helvetica, sans-serif; 
	
	}
	
.title { 
	COLOR: #6c9e2d; 
	FONT-FAMILY: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(white.gif); 
	BACKGROUND-REPEAT: repeat-y; 
	margin-bottom: 4px;	

	TEXT-ALIGN: left;
	}
	


	
#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }
 /* PAGE LINK COLORS 

a:link		{ color: #6c9e2d; text-decoration: underline; }
a:visited	{ color: #6c9e2d; text-decoration: underline; }
a:active	{ color: #6c9e2d; text-decoration: underline; }
a:hover		{ color: #6c9e2d; text-decoration: none; }
*/
A:link {
	FONT-WEIGHT: bold; COLOR: #6faf30; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #7fc937; TEXT-DECORATION: none
}
A:hover:visited {
	FONT-WEIGHT: bold; COLOR: #7fc937; TEXT-DECORATION: none
}
A:hover {
	COLOR: #4f711f; TEXT-DECORATION: underline
}
A:active {
	COLOR: #4f711f; TEXT-DECORATION: underline
}

