a:link {
	color: #FF9804;
	text-decoration: none;
}
a:visited {
	color: #FF9804;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #FF9804;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/page_bg.jpg);
	background-position:center;
}

.bodytext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFCE87;
	list-style-type: square;
}
.bodytext2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF9804;
}
.heading_main {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FF9804;
}

.copyright {

	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #B2946D;
}
html	 {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
p 	{
	margin-top: 8px;
	margin-bottom:0px;
}