.text {
	font-variant: normal; 
	font-size: 10pt; 
	font-family: Arial, sans-serif; 
	color:#888888; 
	font-weight: normal;
}
.foottext {
	font-variant: normal; 
	font-size: 10pt; 
	font-family: Arial, sans-serif; 
	color:#FFFFFF; 
	font-weight: normal;
	height=20px;
}

.titletext {
	font-variant: normal; 
	font-size: 20pt; 
	font-family: Arial, sans-serif; 
	color:#888888; 
	font-weight: bold;
}

a.menulink {
	padding-left: 20px;
   	font-variant: normal; 
	font-size: 10pt; 
	font-family: Arial, sans-serif; 
	color:#FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}
a.menulink:hover {
	padding-left: 20px;
	font-variant: normal; 
	font-size: 10pt; 
	font-family: Arial, sans-serif; 
	color:#FFFFFF; 
	font-weight: bold;
	text-decoration: underline;
}



/* BEGIN TOPMENU STYLES */

	#topMenu {
		clear:both;
		height:25px;
		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:left;
		text-indent:30px;
		font-style: normal; 
		font-variant: normal;
		font-size: 10pt; 
		font-family: Verdana,Arial,"MS Sans Serif",sans-serif;
		color: #FFFFFF; 

	}
	
	#topMenu a {
		color:#AAAAAA;
		font-weight: bold; 
		width:120px;
		margin:0;
		display: block;
		vertical-align: top;
		height:25px;
		text-decoration: none;
		background: url(images/buttonbacklo.jpg) repeat-x;
		padding: 6px 0px 0px 0px;
	}

	#topMenu a:hover {
		color:#000000;
		text-decoration: none;
		background: url(images/buttonbackhi.jpg) repeat-x;
	}



/* END TOPMENU STYLES */
