/* CSS Document */

html,body {
	margin:0;
}



.body_text {
	font-family: Verdana;
	font-size: 12px;
	color: #483318;
	font-weight: lighter;
	font-style: normal;
}
.heading_text {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
}
.subheading_text {
	font-family: Verdana;
	font-size: 12px;
	color: #BOA67A;
	font-weight: bold;
}
.subheading_text2 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.copyright_text {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	color: #BOA67A;
	outline:0;
}
a:visited {
	color: #BOA67A;
	outline:0;
}
a:hover {
	color: #BOA67A;
	outline:0;
}
a:active {
	color: #BOA67A;
	outline:0;
}
