.bodytext {
	a : #FF0000;
	a.visited : #008080;
	a.active : #FF00FF;
	background-color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: white;
	background : no-repeat;
}

.greybar {
	background : repeat-x;
}

.bodytext2 {
	background-color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: black;
}

.bodytext3 {
	background-color : gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: black;
}