﻿/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
}
.style2 {
	font-size: medium;
}
.style4 {
	color: #CC3300;
}
.style5 {
	text-decoration: underline;
}
.style6 {
	color: #CC3300;
	text-decoration: underline;
}

body {
	background-color: #721000;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
	

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.textsmallgray {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.texttestimonials {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
