.greybox {
	border: 1px solid #666666;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #99CC33;
	font-weight: bold;

}
.linkbody {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	line-height: 1.3em;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	text-decoration: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;


	}
.linkbody:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-decoration: none;
}
.mylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	height: 1px;
	font-style: normal;


}
.mylink:hover {
		background-color: #003366;
