/* CSS Document */



body {
	background-image: url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 19px;
	
	

}

.orangetext {color: #F89730}

.orangetext a {
		color: #F89730;
		text-decoration: none;

}

.orangetext a:hover {
		color: #333333;
		text-decoration: none;
}

.orangetext a:visited{
		color: #F89730;
		text-decoration: none;

}

.orangetext a:active {
		color: #F89730;
		text-decoration: none;

}

.whttxt {
	font-family:Tahoma, Arial, Verdana;
	color:#FFFFFF;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
*/}

.blackt {
	color:#000000;
	font-family:Tahoma, Arial, Verdana;
	}
	
	
.blackt {
	color:#000000;
	font-family:Tahoma, Arial, Verdana;
}

.blackt a:hover {
	color:#F89730;
	font-family:Tahoma, Arial, Verdana;
	}

.greytxt {
	color: #333333;
	font-family:Tahoma, Arial, Verdana;
}
 
.greytxtb{
	color: #333333;
	font-family:Tahoma, Arial, Verdana;
	font-weight:bold;
}

.greentxt {
	color: #9bc43c;
	font-family:Tahoma;
}


.greentxtplus {
	color: #9bc43c;
	font-family:Tahoma;
	font-size:14px;
}


/* bottom menu bar*/


.menublack, .menublack a, .menublack a:active {
	font-size:11px;
	color:#000000;
	text-decoration:none;

}

.menublack a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;

}

a.blacklink:link{
color:#000000;
text-decoration:none;
}
a.blacklink:hover{
color:#ffffff;
text-decoration:underline;
}