td{
	font-size: 11px;
}
BODY {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 11px;
	scrollbar-arrow-color:484948;
	scrollbar-3dlight-color:000000;
	scrollbar-face-color:000000;
	scrollbar-darkshadow-color:000000;
	scrollbar-track-color:000000;	
	scrollbar-highlight-color:484948;
	scrollbar-shadow-color:000000;
	background-attachment: fixed;
}
A{
	font-size: 8px; 
	font-family: Arial; 
	color: #CEAA5E;
	text-decoration: none;
	text-transform: uppercase;
}
A:Hover{

	font-size: 8px; 
	font-family: Arial; 
	color: #8F571A;
	text-decoration: none;
	text-transform: uppercase;
}
.title {
	font-family: Georgia;
	font-size:14px;
	text-align: left;
	color: #CEAA5E;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
}
.news {
	font-family: Arial;
	font-size:9px;
	text-align: left;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-top: 1px solid #2F1600;
}
.newstext {
	background: #2B2D2C;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}