 html, body {
	margin: 0px;
	background-image: url(assets/bg/bg.gif);
	background-repeat: repeat-x;
	background-color: #fe9c30;
	text-align:left; 
	height:100%;
}



.contentText{
	background-repeat: repeat-x;
	vertical-align:top;
	margin-top:5px;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	width: 600px;
    text-align:center; 
}
	
	
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;

}
	 
.navText A:link {color:#663300; text-decoration:none}
.navText A:visited {color:#663300; text-decoration:none}
.navText A:active {color:#663300; text-decoration:none }
.navText A:hover {color:#663300; text-decoration:underline}


font, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

 
A:link {color:#66C; text-decoration:none}
A:visited {color:#66C; text-decoration:none}
A:active {color:#66C; text-decoration:none }
A:hover {color:#663300; text-decoration:underline}