.bodyblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 11pt;
}
.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 11pt;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 9pt;
}
.copyrightcontact {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 9pt;
}
.questions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16pt;
}
.bodyblack a:link {color: #000000;}
.bodyblack a:visited {color: #000000;}
.bodyblack a:hover {color: #259599;}
.bodyblack a:active {color: #000000;}

.navigation a:link {color: #000000;}
.navigation a:visited {color: #000000;}
.navigation a:hover {color: #259599;}
.navigation a:active {color: #000000;}

.copyright a:link {color: #000000;}
.copyright a:visited {color: #000000;}
.copyright a:hover {color: #259599;}
.copyright a:active {color: #000000;}

.copyrightcontact a:link {color: #000000;}
.copyrightcontact a:visited {color: #000000;}
.copyrightcontact a:hover {color: #259599;}
.copyrightcontact a:active {color: #000000;}

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