/* General font families for common tags */
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */
a:link,a:active,a:visited { text-decoration: none; color : #000080; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-transform: none;



}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;

}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#wrapper {
	margin: 0 auto auto;
	padding: 0;
	border: 0px solid #000000;
	position: relative;
	background-color: #FFFFFF;
	background-position: center;
	width: 750px;
	left: 25px;
	height: 1100px;
	top: 10px;








}
