div { cursor: pointer; } 
/*fixes Mozilla NN6 NN7 and all other modern browsers*/ 
#Layer1, #Layer2, #Layer3, #Layer4, #Layer5 
{ cursor: default !important; } 
/*Make a combined selector similar to above and list out all the DIVs on 
your page*/ 



.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	text-align: left;
	line-height: normal;
}
.subhead a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	text-align: left;
	line-height: normal;
}
.subhead a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-align: left;
	line-height: normal;
}

.bodymain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
