.text {
	font-variant: normal; 
	font-size: 12pt; 
	font-family: Arial, sans-serif; 
	color:#FF6600; 
	font-weight: normal;
}
.foottext {
	font-variant: normal; 
	font-size: 10pt; 
	font-family: Arial, sans-serif; 
	background-color:#FF6600; 
	color:#FFFFFF; 
	font-weight: normal;
	line-height: 22px;
	padding: 1px 0px 0px 0px;
}

.titletext {
	font-variant: normal; 
	font-size: 20pt; 
	font-family: Arial, sans-serif; 
	color:#FF6600; 
	font-weight: bold;
}

/* BEGIN TOPMENU STYLES */

	#topMenu {
		clear:both;
		height:28px;
		display: block;
		margin: 0px;
	}
	
	#topMenu ul {
		margin:0;
		padding:0;
		list-style-type: none;	
		display: block;
	}
	
	#topMenu ul li {
		display: block;
		float:left;
		text-align:center;
		text-indent:0px;
		font-style: normal; 
		font-variant: normal;
		font-size: 10pt; 
		font-family: Verdana,Arial,"MS Sans Serif",sans-serif;
		color: #FFFFFF; 

	}
	
	#topMenu a {
		color:#FFFFFF;
		font-weight: bold;
		text-indent:2px; 
		width:80px;
		margin:0;
		display: block;
		vertical-align: top;
		height:28px;
		text-decoration: none;
		background: url(images/bfbutton.jpg) repeat-x;
		padding: 4px 0px 0px 0px;
		border-left: 0px #96A3CC solid;
		border-right: 0px #414159 solid; 
	}

	#topMenu a:hover {
		color:#FFFFFF;
		text-indent:0px; 
		text-decoration: none;
		background: url(images/bfbuttonpress2.jpg) repeat-x;
	}



/* END TOPMENU STYLES */
