body {
	background-color: #727272;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
}
.body-bg
{
background-image: url(images/body-bg.gif);
}
.Nav a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(images/nav-bg.gif);
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;

}
.Nav a:hover {
	background-image: url(images/nav-over.gif);
	color: #ffd4a7;
}
h1
{
font-family: "Trebuchet MS";
font-size: 24;
color: #ff8c13;
}
h2
{
font-family: "Trebuchet MS";
font-size: 18;
color: #ff8c13;
}
.blacktext
{
color: #000;
font-size: 14px;
padding-left: 20px;
padding-right: 20px;
line-height: 20px;
}
.blacktext a
{
color: #ff8c13;
text-decoration: underline;
}
.blacktext a:hover
{
color: #000;
text-decoration: none;
}
.padding
{
padding-left: 20px;
}
.address
{
color: #000;
font-size: 18px;
font-weight: bold;
padding: 15px;
}
INPUT.submitbutton { 
width: 242px;
height: 62px;
background-image: url(images/submit-button.gif);
border: 0px;
} 
.footertext{
color: #fff;
font-size: 12px;
font-weight: bold;
}
.footertext a{
color: #fff;
text-decoration: none;
}
.footertext a:hover{
color: #ff8c13;
}
.border
{
border: #ff8c13 solid 4px;
}
