body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #461601;
}

.contentText{
	font-family: Book Antiqua, Times New Roman, Times;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
}

H1 {
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.date {
	font-family: Book Antiqua, Times New Roman, Times;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
.copy {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	font-style: none;
	color: #B46439;
}

a:link {
	color: #730B00;
	text-decoration: underline;
}
a:visited {
	color: #730B00;
	text-decoration: underline;
}
a:hover {
	color: #730B00;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #730B00;
	text-decoration: underline;
}

a.nav,  a.nav:link, a.nav:active, a.nav:visited,  a.nav:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#B46439;
	text-decoration: underline;
	line-height: 16px;
}

a.navOn:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	line-height: 16px;
}
a.navOn:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	line-height: 16px;
}
a.navOn:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#730B00;
	text-decoration: none;
	line-height: 16px;
}
a.navOn:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	line-height: 16px;
}

.tablebox {
	border-top: 2px solid #003399;
	border-left: 2px solid #003399;
	border-right: 2px solid #003399;
	border-bottom: 2px solid #003399;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	
}
.button {
	background-color:#441E0D;
	color:#F7DC9B;
	font-family:Verdana,Arial;
	font-weight: bold;
	font-size: 11px;
	border-left: 1 solid #441E0D;
	border-top: 1 solid #441E0D;
	border-right: 1 solid #441E0D;
	border-bottom: 1 solid #441E0D;
    cursor: hand;
    cursor: pointer;
}