body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #7d0f1a;
	background-image: url(images/vigredstripe.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

.main {
	background-image: url(images/main-back.jpg);
	background-repeat: repeat;
	width: 868px;
}
	
.bodyback {
	background-image:url(images/body-back.jpg);
	background-repeat: no-repeat;
}

.style1 {
	font-size: 16px;
	color: #990000;
	font-weight:bold;
}

.style2 {
	font-size: 18px;
	color: darkgoldenrod;
	font-weight:bold;
	text-transform: uppercase;
}

.style3 {
	color: #FFFFFF;
	text-size: 18px;
}

h1 {
	/* optional styling, you can use whatever you wish */
	font-size:150%;
	color:#990000;
	font-weight:normal;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;	
}

h1 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/agradient_2.png) repeat-x;
}

* html h1 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(images/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/agradient_2.png", sizingMethod="scale");
}

h2 {
	/* optional styling, you can use whatever you wish */
	font-size:130%;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;	
}

h2 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/agradient_2.png) repeat-x;
}

* html h2 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(images/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/agradient_2.png", sizingMethod="scale");
}

h3 {
	/* optional styling, you can use whatever you wish */
	font-size:150%;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;	
}

h3 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/agradient_2.png) repeat-x;
}

* html h3 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(images/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/agradient_2.png", sizingMethod="scale");
}

h4 {
	/* optional styling, you can use whatever you wish */
	font-size:180%;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;	
}

h4 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/agradient_2.png) repeat-x;
}

* html h4 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(images/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/agradient_2.png", sizingMethod="scale");
}

.goldstandard {
	border: dotted 1px gold;
	background-color: #FAFAD2;
	padding: 6px;
}

.quote {
	border: dotted 1px lightblue;
	background-color: lightcyan;
	padding: 4px;
}

.vigplus {
	border: dotted 2px #990000;
	background-color: #B22222;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
}

.month-alternate {
	border: dotted 2px #990000;
	background-color: #CCCCCC;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
}

.testimonial {
	border: dotted 1px #990000;
	background-color: #e1e1e1;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
}

.faq1 {
	border: dotted 1px #990000;
	background-color: #efefef;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
}

.faq2 {
	border: dotted 1px #990000;
	background-color: #eaffff;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
}

a.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
}
a.small:link {
	text-decoration: none;
}
a.small:visited {
	text-decoration: none;
	color: #CC3300;
}
a.small:hover {
	text-decoration: underline;
	color: #990000;
}
a.small:active {
	text-decoration: none;
}

.style4 {
	font-size: 16px;
	font-weight: bold;
}
