body {
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
	color:#444444;
	background-attachment: scroll;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	color: black;
}

td.nav{
	padding: 15px;
	background-color: #745942;
	vertical-align: top;
}

td.nav a{
	font-family: Georgia;
	font-size: 13pt;
	line-height: 3em;
	color: white;
	text-decoration: none;
}

td.nav a:hover{
	text-decoration: underline;
}

td.content {
	background-color: white;
	font-family: Arial;
	font-size: 11pt;
	color:#444444;
	vertical-align: top;
}

td.footer {
	background-attachment: scroll;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	color: #333333;
	font-size: 9pt;
	padding: 15px;
}

table.form {
	background-attachment: scroll;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

table.form {
	font-size: 10pt;
	line-height: 1.6em;
}

h1 {
	font-family: Georgia;
	font-size: 26pt;
	color: #705943;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
}

h2 {
	font-family: Georgia;
	font-size: 16pt;
	color: #52391F;
	font-weight: normal;
	margin-top: 10px;
}


