a { color: #333333; text-decoration: none }
a:hover { color: #FF8A00; text-decoration: none }
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: ffffff;
       background-repeat: no-repeat;
       margin: 0px auto;
       padding: 0px;
}
.contactInfo {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: 1D1D1D;
	font-size: 10px;
	font-weight: bold;
}
.descriptionHeader {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: c2ba92;
	font-size: 10px;
	font-weight: bold;
}
.descriptionText {
	font-family: "Times New Roman", Times, serif;
	color: #817b62;
	font-size: 16px;
}

.contactText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
	font-weight: normal;
	text-transform: none;
}
.mainTable {
	background-image: url(img/top.jpg);
	background-repeat: repeat-x;
}
.mainLink {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: 333333;
	font-size: 10px;
	font-weight: bold;
}.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.orange {
  color: #FF8A00;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.textField {
	background-color: ffffff;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

