body {
	background-color: #000000;
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;

}
.MainHeadding {
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BC7837;
	font-weight: bold;
	font-style:normal;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a:link {
	color: #BC7837;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	}
.copywright {

	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
background {
	background-color: #000000;
}
.bolditalic {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
