/* CSS Document */
body {
	background-image: url(../images/bgRepeater.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	line-height: 20px;
	color:#471e00;
}
.contentCell {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	line-height: 20px;
	color:#471e00;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 15px;
}
.title {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
}

.subtitle {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
}

.question {
	color: #CC0000;
	font-weight: bold;
	font-size:16px;
}
.answer {
	color: #66FF66;
	font-weight: bold;
	font-size:16px;
}
.pricingTitle {font-family: Arial, Helvetica, sans-serif;
color:#EC008C;
	font-size:16px;
	font-weight:bold;}

.pricingSubtitle {font-family: Arial, Helvetica, sans-serif;
color:#471e00;
	font-size:14px;
	font-style:italic;}
.pricing{
color:#471e00;
font-size:14px;
}

.quote{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-style:italic;
	color: #471e00;
}
.copyright{	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#471e00;
	padding-top:15px;
}
.smallText{	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#471e00;
}

hr{
	color:#333333;
	background: #5B351A;
	height: 1px;
	width:90%;
}


.listBullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EC008C;
	font-weight: bold;
}


li{
padding-top:10px;
}




a:link {
	color: #EC008C;
	text-decoration: underline;
	font-weight:bold;

}
a:visited {
	color: #EC008C;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #EC008C;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #EC008C;
	text-decoration: none;
	font-weight:bold;
}

.copyright a:link {
	color:#471e00;
	text-decoration: underline;

}
.copyright a:visited {
	color:#471e00;
	text-decoration: none;

}
.copyright a:hover {
	color:#471e00;
	text-decoration: none;

}
.copyright a:active {
	color:#471e00;
	text-decoration: none;

}