@charset "utf-8";
/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #58767C;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #58767C;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #D66C16;
	width: auto;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #58767C;
	font-size: 18px;
	font-weight: bold;
}
img.floatLeft { 
    float: left; 
    margin: 3px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

