/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CD924E;
	margin:0px;
}

.menu_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.menu_text:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFB866;
	font-weight:bold;
	text-decoration:none;
}

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5B350A;
	line-height:24px;
}

.link1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5B350A;
}
.link1:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#D58D3A;
}

.heading_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;	
}
.normal_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #F6DCB7;	
}


.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}
.footer_text:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFB866;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}

.copyright_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #BFBBB5;	
}