a {
	color: #000000;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.TableBackground {
	background-color: #CCCCCC;
	background-image: url(images/bkgrndBlend.gif);
	background-repeat: repeat-x;
}
.headerTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blckBorder2 {
	border: 2px solid #000000;
}
.columnCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-color: #FFFFFF;
}
.columnHeaderCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 0px;
	background-color: #990000;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.headerTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.headerTextRedBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
A.bodyLinks:link {
	color: #000000;
	text-decoration: underline;
}
	
A.bodyLinks:hover {
	text-decoration: underline;
	color: #990000;
}
A.bodyLinks:visited {
	text-decoration: underline;
	color: #990000;
}
.pricingTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}