/* CSS Document */

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	line-height: 19px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
	font-weight: bold;
}
.headerText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	font-weight: bold;
}
.tableBorder {
	border: 1px solid #6D6D6D;
}

.greenLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A6D3A;
	text-decoration: none;
}
.lineSpace {
	font-size: 7px;
	line-height: 7px;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	color: #626262;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

