body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	width: 100%;
	margin: 0;

}
table td{
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 12px;
	color: #000000;
}
p {
	font-size: 12px;
	color: #000000;

}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none
}

a:hover	{
	color: #9B610D;
	font-weight: bold;
	text-decoration: underline
}

a:active {
	color: #9B610D;
	font-weight: bold;
	text-decoration: underline
}
.head	{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	background-image:  url("../graphics/bkheader.jpg")
}

.nav {
	background-color: #D38E0C;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	padding: 4px;
}
.navBackGround {
	background-color: #000000;
	font-size: 12px;
	color: #DC990A;
	width: 150px;
	padding: 6px;
	vertical-align: top;
}
.navBackGround table {
	border: 1px solid Silver;
}
.foot	{
	background-color: #D38E0C;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.whitetext {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.Headline {
	font-size: 12px;
	font-weight: bold;
	color: #945414;
}
h1, h2, h3 {
	font-size: 14px;
	color: #945414;
	font-weight: bold;
	letter-spacing: 4px;
}
h1 {
	border-bottom: thin solid #945414;
}
h3 {
	font-size: 12px;
}
.topNav {
	background-color: #D38E0C;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 1px #000000 solid;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}
#content {
	padding: 12px;
}
