/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size:11px;
color:#333333;
line-height:18px;
padding:3px;
}

.Tablefont{
font-family:Verdana, sans-serif;
font-size:11px;
color:#333333;
line-height:18px;
}

.H2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9B723A;
}
.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #DEBE8F;
	text-decoration: none;
}

.border1 {
	border-top-width: thin;
    border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9B723A;
}

.border2 {
	border-top-width: thin;
    border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A07936;
}

.border3 {
	border-left-width: thin;
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #A07936;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #A07936;
	text-decoration: none;
	display:block;
	width: 200px;
	line-height: 20px;
}

.menuselected {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display:block;
	width: 200px;
	line-height: 20px;
}
.navigation:hover {
font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #E8C58F;
	text-decoration: none;
	display:block;
	width: 200px;
	line-height: 20px;
}
