body {
	background-color: #d4c9aa;
	background-image: url('http://sequoiascape.com/img/background.jpg');
	background-repeat: repeat;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color: #000000;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#006400;
}

A:Hover  {
	color : #006400;
	text-decoration : underline;
}

H1 {
	color: #006400;
	font-weight: bold;
	font-size : 16px;
}

H2 {
	color: #006400;
	font-weight: bold;
	font-size : 14px;
}

H3 {
	color: #006400;
	font-weight: bold;
	font-size : 12px;
}

#content {
	height: 500px;
	padding-left: 40px;
	padding-right: 40px;
}

#footer {
	font-size: 10px;
}

a.agreement {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

a.normal {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}