body {
	background-color: #000;
	background-image: url(graphics/gradient.jpg);
	background-repeat: repeat-x;
}
.bodyTable  {
	width: 900px;
	background-color: #FFF;
	background-image: url(graphics/gradient_table.png);
	background-repeat: repeat-x;
	border: thick outset #CD9934;
	background-position: top;
}

.Footer {
	color: #FFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	font-style: italic;
	background-image: url(graphics/pattern_4.jpg);
}
.Footer a {
	color: #CD9934;
}
.PageHeading {
	font-size: 26px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}
.QuoteTable {
	padding: 6px;
	width: 95%;
	border: 3px outset #CD9934;
}
.statement {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 20px;
	margin: 20px;
}
input#submit {
	cursor: pointer;
	font-weight: bold;
	background-image: url(graphics/pattern_4.jpg);
	color: #000;
	border: 1px outset #ccc;
}
input#reset {
	cursor: pointer;
	font-weight: bold;
	background-image: url(graphics/pattern_4.jpg);
	color: #000;
	border: 1px outset #ccc;
}
form#quote table.QuoteTable select {
	background-image: url(graphics/formColor.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
form#quote table.QuoteTable textarea {
	background-image: url(graphics/formColor.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

form#quote table.QuoteTable input{
	background-color: #FFF;
	background-position: bottom;
	background-image: url(graphics/formColor.png);
}



.testimonialQuote {
	background-image: url(graphics/Testimonial-Quote.png);
	background-repeat: no-repeat;
	height: 283px;
	width: 420px;
}
.testimonialText {
	font-size: 14px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-indent: 20px;
	margin: 20px;
}
.statementBullets {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 5px;
}
.labels {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
.dropshadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
} 
