.regularBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.boldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.boldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.leftcolumn a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	font-size: 11px;
}
.leftcolumn a:visited {
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
	}
.leftcolumn a:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	}
.leftcolumn a:active {
	text-decoration: underline;
	color: #999999;
	font-size: 11px;
	}
.rightcolumn a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.boldGreen {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666600;
	font-weight: bold;
}
