/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #EAEBE3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-family: Arial; 
	font-size: 16px; 
	color: #FFFFFF; 
	text-decoration:none; 
	font-weight: 600;
}
.menu:hover {
	font-family: Arial; 
	font-size: 16px; 
	color: #FF9900; 
	text-decoration:none; 
	font-weight: 600;
}
.bottom {color: #999999;
font-weight:bold;}
.HEADLINE {
	color: #EE7905;
	font-weight: bold;
	font-size: 20px;
}
.DATE {
	font-size: 14px;
	color: #3D3E39;
}


#anmcomments .username{
	display:block;
	font-weight:bold;
	padding:5px;
	color:#B80B00;
}

#anmcomments .usercomment{
	display:block;
	padding:5px 0px 25px 20px;
	border-bottom:1px dashed #485D12;
}

#anmcomments .paginator{
	display:block;
	padding:5px;
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
	background-color:#CCCCCC;
	color:#333333;
}
a:link {
	color: #EC0201;
	text-decoration: underline;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #F17805;
}
