/*BG*/


body {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	background-attachment: fixed;
}



/*fonts*/

.main-small {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #694626;
}

.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #694626;
	vertical-align: top;
}
.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #694626;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #694626;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #694626;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #694626;
}



/*links*/

a:link {
	color: #543019;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #543019;
}
a:hover {
	text-decoration: underline;
	color: #6C8F0D;
}
a:active {
	text-decoration: none;
	color: #543019;
}
