/* CSS Document */

body{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 20px 0;
	font-size:10pt;
}

td p{
	padding:0;
	margin:0;
	font-size: 10pt;
}

a,
a:visited {
/*	color:#FFCC00;*/
	color:#000;
}

a:hover {
	color: #FF0000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding:0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:0;
}


.newsListing { font-family: Arial;}
.newsListing h2 { font-size: 0.9em; padding-bottom:0; margin: 0px 0px 0px 0px;}
.newsListing .ingress { font-weight: normal; font-decoration: italic; margin: 0 0 0 -8px;}
.newsListing hr.divider { clear: both; color: #c0c0c0; background-color: #c0c0c0; height: 1px;  border: none;}
.newsListing .date { font-weight: normal; font-size: 0.8em; color: #c0c0c0; font-style: italic; display: none; }
.newsListing p { margin: 0 0 0 0;}
.newsListing img { float: right; text-align: right; margin-right: 3px; margin: 2px 2px 2px 2px; /* t r b l*/ border: 0;}
.newsListing h2 a { text-decoration: none; color: #000; }
.newsListing a { text-decoration: underline; color: blue;}
.newsListing a:visited { color: purple;}
.newsListing a:active, .newsListing a:hover { color: red;}
