h1 {
	color:#375714;
	font-size:200%;
	font-weight:normal;
	line-height:110%;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#375714;
	font-size:140%;
	font-weight:normal;
	line-height:110%;
	margin:15px 0px 10px 0px;
}
h3 {
	color:#808080;
	font-size:20pt;
	font-weight:normal;
	line-height:110%;
	margin:15px 0px 5px 0px;
}
h4,h5,h6 {
	color:#808080;
	font-size:110%;
	line-height:110%;
	margin:10px 0px 5px 0px;
}

/* main background color */
body {
	background-color:#e6e6e6;
}

/* main site width and position */
.main {
	width:990px;
	margin:0px auto;
	background-color:#FFFFFF;
}
/* left side block */
.block {
	background-color:#e6e6e6;
}
/* footer */
.footer {
	background-color:#bd0e0b;
}
/* bottom font color */
.copyright,
.bottom_links,
.footer a.normal ,
.footer a.normal:hover,
.bottom_links div.maintext{
	color:#FFFFFF ;
}
.bottom_links a.normal{
	font-size:140% !important;

	line-height:160%;
}
a.mainbuttontext {
	display:block;
	text-decoration:none;
	color:#808080;
	font-weight:bold;
	border-bottom:1px solid #E6E6E6;
	padding:2px 10px 2px 15px;
}
a.mainbuttontext:hover {
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background-color:#375714;
	border-bottom:1px solid #727272;
}
