body { 
	font-family: arial;
	font-size: 14px 
}

.footer, .footer a:link, .footer a:visited {
	color: #ffeedd;
	font-size: 11px;
	text-decoration: none
}

.footer a:hover {
	text-decoration: underline
}

.bottom_nav {
	border-top: 2px solid #cc9922;
	font-size: 11px;
	padding-left: 3px;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #990000
}

.bottom_nav a:link, .bottom_nav a:visited {
	color: #cc9922;
	text-decoration: none;
}

.bottom_nav a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 21px;
	text-align: right;
	border-bottom: 1px dashed #990000;
	font-family: "eras bold itc", arial;
}

h2 {
	color: #cc9922;
	font-size: 14px;
	font-weight:900;
	
}

.nav {
	font-size: 12px;
	background-color: #CC9933;
	color: #000;
	padding: 2px 0px;
}

.nav a:link, .nav a:visited {
	width: 100%;
	text-decoration: none;
	display: block;
	color: #990000;
	padding: 2px 0px 2px 5px;
	border-top: solid 1px #CC9933;
	border-bottom: solid 1px #CC9933;
}

.nav a:hover {
	background-color: #EeDDCc;
	display: block;
	padding: 2px 0px 2px 5px;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
}

.active {
	display: block;
	background-color: #990000;
	color:#FFFFFF;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	border-top: solid 1px #eeddcc;
	border-bottom: solid 1px #eeddcc;
}

.active_bot {
	text-decoration: none;
}

.content {
	padding: 25px
}

.content a:link, .content a:visited {
	color: #990000;
	text-decoration: none
}

.content a:hover {
	text-decoration: underline
}

.contact {
	border-top: 1px dashed #990000;
	font-size: 14px;
	font-weight: bold
}

.contact a:link, .contact a:visited {
	text-decoration: none;
	color: #990000;
}

.contact a:hover {
	text-decoration: underline
}

.table {
	border: 1px solid #990000
}

.table_title {
	background-color:#990000;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
}

.image {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.logo {
	font-family: "Van Dijk", arial;
	font-weight: bold;
	font-size: 16px;
	padding-right: 3px;
}
