body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
}
a {
	/*color: #007a00;*/
	color:#006600;
}
.footertext {
	font-size: x-small;
	text-align: center;
}
.daterow {
	background-color:#CCCCCC;
}
.daterow h1 {
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin:0px;
}
.textadrow {
	background-color:#DDDDDD;
	text-align:center;
}
.spacerrow {
	font-size:6px;
}
.articlerow {
	
}
.articlerow h2 {
	margin:0px;
	display:inline;
	font-size:1.3em;
	font-weight:bold;
}
.articlerow p {
	margin:0px;
}
.articlerow td {
	padding-bottom:0.7em;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.commentheading {
	background-color:#CCCCCC;
	font-weight:bold;
	font-size:medium;
}
.commentbody {
}
.timeago {
	color:#990000;
	font-weight:bold;
}
.ticker {
	font-size: large;
	font-weight: bold;
	background-color: #CCCCCC;
}
.articleinfo {
	font-style: italic;
}