/* CSS Document */

body {
	background-color:#232323;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEFEFE;
}
.gray {color: #797979}
.bottom {
	color: #D0D0D0;
	font-weight: normal; 
	text-decoration:underline;
	font-size:12px; 
}
.bottom:hover {
	color: #fefefe;
	font-weight: normal; 
	text-decoration:none; 
	font-size:12px;
}
.bottom2 {
	color: #D0D0D0;
	font-weight: normal; 
	text-decoration:none;
	font-size:12px; 
}
.bottom2:hover {
	color: #fefefe;
	font-weight: normal; 
	text-decoration:underline; 
	font-size:12px;
}
.white {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration:none;
	font-size:12px; 
}
.white:hover {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration:underline; 
	font-size:12px;
}
.HEADLINE {
	font-size: 24px;
	font-weight: bold;
	color:#F4F221;
}
.DATE {font-size: 14px}
.ARTICLE {font-size: 14px; font-weight: bold; }
.PAGES {
	font-size: 12px;
	font-weight: bold;
}
.style1 {
	font-size: 11px;
	font-weight: bold;
}
.style2 {font-size: 11px}

A:link {
	text-decoration: underline;
	color:#FFFF00;
}
A:visited {
	text-decoration: underline;
	color:#FFFF00;
}
A:active {
	text-decoration: underline;
	color:#FFFF00;
}
A:hover {
text-decoration:none;
	color:#33CCFF;
	
}


#anmcomments .username{
	display:block;
	font-weight:bold;
	padding:5px;
	color:#00CCFF;
}

#anmcomments .usercomment{
	display:block;
	padding:5px 0px 25px 20px;
	border-bottom:1px dashed #CCCCCC;
}

#anmcomments .paginator{
	display:block;
	padding:5px;
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
	background-color:#CCCCCC;
	color:#333333;
}

