body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3F3F3F;
	padding: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3F3F3F;
}

.main {
	line-height: 20px;
}

.white {
	color: #FFFFFF;
}
.blue {
	color: #333333;
}

.blueheading {
	color: #334466;
	font-weight: bold;
	text-decoration:underline;
}

.pagehead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-left: 20px;
}
.copyright {
	font-size: 9px;
	font-style: italic;

}

/* Text Styles */

a { font: 12px Trebuchet MS; color: #4D4D4D; text-decoration: none; }
a:visited { font: 12px Trebuchet MS; color: #4D4D4D; text-decoration: none; }
a:hover { font: 12px Trebuchet MS; color: #F4540C; text-decoration: none; background-color: #D6D3BA }

