body {
	font-family: sans-serif, Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	padding:0; 
	margin:0; 
	text-align:center;
	background-image:url(images/bg.jpg); 
	background-repeat: repeat-x; 
	background-color: #F4EBCA;
}
p {
    font-family: sans-serif, Verdana, Arial, Helvetica; 
	font-size: 9pt; 
    color: #000000; 
}
.c:link {
	color: #AEB9C6;
	text-decoration: none;

}
.c:visited {
	color: #AEB9C6;
	text-decoration: none;
}
.c:active {
	color: #AEB9C6;
	text-decoration: none;
}
.c:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	background:#F4EBCA;
	margin:0 auto;
	width:900px;
}
#header {
	background:#434039;
	background-image:url(images/bg-header.jpg);
    background-repeat: repeat-x;
	margin:0 auto;
	width:900px;
	height:150px;
}
.header {
	width: 900px;
	padding: 10px 15px 0;
}
#feature {
	background:#F4EBCA;
	margin:0 auto;
	width:900px;
	padding: 10px 15px 10px 15px;
}
.title_main {  
	font-family: Times New Roman, Arial, Verdana; 
	font-size: 35pt; 
	color: #A6C20F; 
}
.title {  
	font-family: Times New Roman, Arial, Verdana; 
	font-size: 25pt; 
	color: #A6C20F; 
}
.subtitle {  
	font-family: Arial, Verdana, Helvetica; 
	font-size: 14pt; 
	color: #666666; 
}
.subtitle2 {  
	font-family: Arial, Verdana, Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
	color: #333333; 
}
.subheader {  
	font-family: Arial, Verdana, Helvetica; 
	font-size: 11pt; 
	color: #ececec; 
}
.dntitle {  
	font-family: Univers Condensed, Helvetica, Arial, Verdana; 
	font-size: 30pt; 
	color: #669900; 
}
.fwhite {
    font-family: sans-serif, Verdana, Arial, Helvetica; 
	font-size: 9pt; 
    color: #ffffff;
}