body {
	background-color:#000000;
	color:#a7a7a7;
	position:relative;
	top:-13px;
	left:-7px;
	height:768px;
	margin:4px -6px -12px 4px;
}
a:link, a:visited, a:active {
	text-decoration: none; 
	color: silver;
} 
a:hover { 
	color: gray; 
	text-decoration: none;
}
a img { border: none ; }
a.unread:link, a.unread:visited, a.unread:active {
	text-decoration: none; 
	color: white;
}
a.unread:hover {
	text-decoration: none; 
	color: gray;
}

a.attention{
	color:black;
	text-decoration: underline;
}

div.hidden{
	display:none;
}
div.activate{
	height:30px;
	visibility:visible;
	text-align:center;
	padding-top: 5px;
	width:100%;
	background-color:#ffcc33;
	color:#000000;
}
div.attention{
	height:30px;
	visibility:visible;
	text-align:center;
	padding-top: 5px;
	width:100%;
	background-color:#FF2222;
	color:#000000;
}

td.leftcolumn {
	height:768px;
	border-style:solid;
	border-width:0px 2px 0px 0px;
	overflow:hidden;
}
td.rightcolumn {
	overflow:hidden;
	padding-right:0px;
}

div.center {
	width:100%;
	text-align:center;
}
div.newsHead{
	background-color:#a7a7a7;
	color:#000000;
	border-width:2px;
	border-style:solid;
	border-color:#888888;
	font-weight:bold;
	line-height:35px;
	height:35px;
	text-align:center;
	padding-left:5px;
	margin-right:3px;
}
div.commentLink{
	padding-left:5px;
	margin-bottom:10px;
}

div.newsBody{
	padding-left:5px;
	padding-right:5px;
	min-height:125px;
}
div.newsHeadLeft{
	float:left;
	width:200px;
	position:relative;
	left:-25px;
}			
div.newsHeadCenter{
	font-size:150%;
	position:relative;
	left:-150px;
}
img.tableHeader{
	float:right;
	color:#888888;
	border-style:solid;
	position:relative;
	top:-37px;
	left:7px;
	width:100px;
	height:100px;
}
div.commentBody{
	padding:5px;
	margin-bottom:10px;
	min-height:100px;
}
div.commentHead{
	border-width:2px;
	border-style:solid;
	border-color:#888888;
	background-color:#a7a7a7;
	color:#000000;
	height:20px;
	padding-right: 5px;
	padding-left:110px;
}
div.commentHeadLeft{
	font-style:italic;
	font-size:75%;
	line-height:20px;
	text-align:left;
	float:left;
}
div.commentHeadRight{
	font-size:75%;
	line-height:20px;
	text-align:right;
	float:right;
}
img.commentPicture{
	float:left;
	color:#888888;
	top:-29px;
	left:-5px;
	background-color:#a7a7a7;
	border-style:solid;
	position:relative;
}
a.commentLink:link, a.commentLink:visited, a.commentLink:active {
	text-decoration: none; 
	color: #000000;
} 
a.commentLink:hover { 
	color: #000000; 
	text-decoration: underline;
}

ul{ 
	list-style: square inside url('/images/siteimages/arrow.gif'); 
	position:relative; 
	left:-20px; 
} 
ul.newList{ 
	position:relative; 
	top:-17px; 
} 
