@charset "utf-8";
/* CSS Document */

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.newstitle {
color: #996633;

}


body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-top: 50px;
	background-color: #877b0b;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}

.style4 {color: #cc9966; font-size: 12px; }

body,td,th {
	font-family: Century Gothic;
}

.news a, .news a:active, .news a:link, news a:visited {
	color: #996633;
	}
	
.news a:hover {
	color: #663300;
	}
	
	
.newsbold {
	font-size: 10px;
	font-weight: bold;
	color: #cc9966;
	}
	
.mainnav, .mainnav a, .mainnav a:active, .mainnav a:visited {
	font: "Century Gothic" ;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;

	}
	
	
.mainnav a:hover {
	color: #999999;
	
	}
