*/
----------------------------------------
These styles control the main body and 
general content formating 
-----------------------------------------*/

	body {
		margin: 0px;
		padding:0px;
	}

	.newsTitle, .newsTitle a, .newsTitle a:link, .newsTitle a:visited	{
		color: #0C7385; 
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration:none;
	}

	.newsTitle a:hover {
		color: #8A1215;
		text-decoration:none;
	}

	.newsText {
		color: #636363; 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	
	.newsText:hover {
		color: #262626; 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}	
	
	.newsText a, .newsText a:link, .newsText a:visited	{
		color: #035F6D; 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		text-decoration:underline;
	}

	.newsText a:hover {
		color: #A12023;
		text-decoration:underline;
	}	

	HR {
		color: #CCCCCC;
		height: 1px;
		shadow: none;
		width:100%;
	}	
	

