@charset "UTF-8";
/* CSS Document */

        A				{ color: #0066CC; text-decoration: none; border:none; }
        A:link			{ color: #0066CC; text-decoration: none; border:none; }
        A:visited		{ color: #0066CC; text-decoration: none; border:none; }
        A:active        { color: #54622D; text-decoration: none; border:none; }
        A:hover			{ color: #54622D; text-decoration: none; border:none; }

body {
	background-color: #000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
th, td {
font-size: 12px;
}

/* CONTENT */
.newsitem { 
	font-style:normal;
	margin: 12px;
	padding-top: 5px; padding-bottom: 10px;
	border-bottom: 2px dotted #666;
	}
.title {
	font-weight:bold; font-size: 12px;
	}
.shortstory { 
	margin-top: 3px; margin-bottom: 5px;
	}
.fullstory { 
	margin-top: 3px; margin-bottom: 5px;
	}
.readmore { 
	font-size: 10px;
	}
.date { 
	font-size: 9px;
	}
	
.newscol {
	}
	
	
.banner { 
	text-decoration: none; border:none; 
	}
   