.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3a3d3d;
}
.style1 {
	color: #b2aea9;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none;
	font-weight:normal
}
.style2 {
	color: #fad5d9;
	font-size: 10px;
	font-family: tahoma;
}
.style3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFE42F;
	font-size: 16px;
	font-family: tahoma;
}
.style6 {
	color: #FFE42F;
	font-size: 10px;
	font-family: tahoma;
}

#topMenu { /* styles for top menu 
	position: absolute;
	top: 10px;
	right: 10px;
*/
   	float:right;
	width:50%;
	text-align:right;
	z-index:100;
	color: #b2aea9;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none;
	font-weight:normal

}
	#topMenu ul { list-style: none; padding: 0px; margin: 0px; }
	#topMenu li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
	#topMenu li.first { border-left: none; }
	#topMenu li a:link, #topMenu li a:visited { 
		padding: 0px 2px 0px 5px; 
		color: white; 
		text-decoration: none; 
	}
	#topMenu li a:active, #topMenu li a:hover {
		color: white;
		text-decoration: underline;
	}

