body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #efebd9;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1a1010;
}
a:link {
	color: #590000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #590000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #880000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #8C0000;
	text-decoration: underline;
	font-weight: bold;
}
.contact {
	font-size: 24px;
	font-weight: bold;
	color: #590000;
	text-align: center;
	vertical-align: middle;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #590000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #590000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #590000;
}
.nav:link {
	font-size: 14px;
	font-weight: bold;
	color: #efebd9;
}
.nav:visited {
	font-size: 14px;
	font-weight: bold;
	color: #efebd9;
}
.nav:hover {
	font-size: 14px;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
}
p {text-indent: 20px;}
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #EFEBD9;
}
.foot:link {
	font-size: 12px;
	font-weight: bold;
	color: #EFEBD9;
}
.foot:visited {
	font-size: 12px;
	font-weight: bold;
	color: #EFEBD9;
}
.foot:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFE082;
	text-decoration: none;
}
.button {
	background-image: url(images/button.gif);
	width: 120px;
	height: 35px;
}
.nav-selected {
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
}
.thanks {
	font-size: 16px;
	font-weight: bold;
	color: #590000;
	text-align: center;
}

