body {
	margin: 0;
	background: #D8C6AD url('images/v01/bg.jpg') repeat-x;
	font-family: verdana;
	font-size: 8pt;
	color: #845829;
}



A:link, A:visited, A:active {
	color: #A4713D;
	text-decoration: none;
}

A:hover {
	color: #F4E8DC;
	text-decoration: none;
}	

.nav {
	height: 20px;
	text-align: center;
	font-family: bookman old style;
	font-size: 8pt;
	font-style: italic;
	letter-spacing: 0pt;

	padding-top: 10px;
}

.content {
	line-height: 20px;
	letter-spacing: 0pt;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	text-align: left;
	color: #CC3333;
	width: 90%;
	font-family: times new roman;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5pt;

	line-height: 30px;
	margin: 0px 0px 5px 20px;
}

h1:first-letter {
	color: #961B1E;
	font-family: book antiqua;
	font-size: 18pt;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
}

p img {
	background-color: #A64226;
	border: 1px dotted;
	padding: 4px;
}

p img:hover {
	background: #F4E8DC;
	}

.link {
	width: 300px;
	background: #F4E8DC;
	font-size: 7.5pt;
	color: #9E672F;
	font-family: century gothic;
	border-left: 15px solid #A64226;
	padding: 4px;
	margin-left: 100px;
}

.footer {
	text-align: center;
	font-size: 7.5pt;
	line-height: 15px;
	padding-bottom: 15px;
}

table {
	font-size: 8.5pt;
}

input, textarea, option, select {
	background: #F4E8DC;
	font-family: verdana;
	font-size: 8pt;
	color: #845829;
	border: 1px solid #845829;
	padding: 3px;
}