.bodyblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 11pt;
}
.htmlsite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #239299;
	line-height: 11pt;
}

.bodyblack a:link {color: #000000;}
.bodyblack a:visited {color: #000000;}
.bodyblack a:hover {color: #239299;}
.bodyblack a:active {color: #000000;}

.htmlsite a:link {color: #000000;}
.htmlsite a:visited {color: #000000;}
.htmlsite a:hover {color: #239299;}
.htmlsite a:active {color: #000000;}

.repeatx {
background-repeat: repeat-x;
}
.repeaty {
background-repeat: repeat-y;
}
.leftbkgd {
background-repeat: no-repeat;
background-position: right;
}
.rightbkgd {
background-repeat: no-repeat;
background-position: left;
}
.top {
background-repeat: no-repeat;
background-position: bottom;
}
.bottom {
background-repeat: no-repeat;
background-position: top;
}