body {
	background-color: #FFFFFF;
	background-image: url(images/back.gif);
	margin-bottom: 10px;
	margin-top: 20px;
	color: #333333;
}
body,td,th {
	font-size: 10pt;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a:hover {  color: #37B8B8; text-decoration: underline }
a {  color: #0066B3; text-decoration: underline }

.bold {
	font-size: 10pt;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
}

.small {
	font-size: 9pt;
	line-height: 140%;
	color: #333333;
}
.minimum {
	font-size: 8pt;
	line-height: 140%;
	color: #333333;
}

.gray {
	font-size: 10pt;
	line-height: 140%;
	color: #666666;
}
.gray-minimum {
	font-size: 8pt;
	line-height: 140%;
	color: #666666;
}

.white {
	font-size: 10pt;
	line-height: 140%;
	color: #FFFFFF;
}
.small-white {
	font-size: 9pt;
	line-height: 140%;
	color: #FFFFFF;
}
.footer-font {
	font-size: 10pt;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}



