body{
	background-image : url(/test/images/bg.jpg);
	background-repeat : repeat-x;
	background-color : #8caa76;
	scrollbar-arrow-color :#8caa76;
}

.Menu{
	font-family : Arial, sans-serif;
	font-size : 15px;
	color : white;
	line-weight: bold;
	line-height : 12px;
	text-decoration: none;
}
A.Menu{
	font-family : Arial, sans-serif;
	font-size : 15px;
	color : #8caa76;
	line-weight: bold;
	line-height : 12px;
	text-decoration: none;
}
A.Menu:Hover{
	font-family : Arial, sans-serif;
	font-size : 15px;
	line-height : 12px;
	line-weight: 600;
	color : #E8BC70;
	text-decoration: none;
}

.Footer{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : black;
	line-weight: bold;
	line-height : 12px;
	text-decoration: none;
}
A.Footer{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : white;
	line-weight: bold;
	line-height : 12px;
	text-decoration: none;
}
A.Footer:Hover{
	font-family : Arial, sans-serif;
	font-size : 12px;
	line-height : 12px;
	line-weight: 600;
	color : #E8BC70;
	text-decoration: none;
}




H1{
		font-family : Arial, sans-serif;
	font-size : 33px;
	color : black;
	line-height : 35px;
	font-weight : 600;
	text-align : center;
	margin-top: 5 px;
	margin-bottom: 0 px;
	margin-left: 0 px;
}



H2{
	font-family : Arial, sans-serif;
	font-size : 18px;
	color : white;
	line-height : 20px;
	font-weight : 500;
	text-align : center;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: 0 px;
}


H3{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : white;
	line-height : 18px;
	font-weight : 500;
	text-align : center;
}

.body{font-family : Arial, sans-serif;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: 0 px;
	font-size : 13px;
	line-height : 17px;
	color : black ;
	font-weight: normal;
}


A.body{font-family : Arial, sans-serif;
	margin-top: 0 px;
	margin-bottom: 0 px;
	margin-left: 0 px;
	font-size : 13px;
	line-height : 16px;
	color : #8caa76
	font-weight: normal;
	text-decoration: none;
	}

A.body:Hover{
	color: #e9bf6a;
	text-decoration: none;
}




.copyright{
	font-family : Arial, sans-serif;
	font-size : 9px;
	color : gray;
}

