.mainStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #666666;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14pt;
	color: #990000;
	text-decoration: none;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14pt;
	color: #990000;
	text-decoration: underline;
}
.captions {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12pt;
	color: #999999;
}
.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18pt;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -0.5pt;
}
.HeadersRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18pt;
	color: #990000;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -0.5pt;
	text-decoration: none;

}
.mainStyleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	font-weight: bold;

}
.errorRed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: red;
	font-weight: bold;

}
.mainStyleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #990000;
	font-weight: bold;

}