@charset "UTF-8";
/* CSS Document */
/* TEXT AND ELEMENT STYLES */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
a:link {
	color: #B26242;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #B26242;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #B26242;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #B26242;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #786047;
	margin: 0;
	font-weight: normal !important;
}

ul {
	list-style-position: outside;
	padding: 0px;
	margin: 0 0 0 14px;
}

li {
	margin: 0;
}

p {
	margin: 16px 0 0 0;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #C6C8CA;
}
.footer a:link {
	color: #C6C8CA;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	text-decoration: none;
	color: #C6C8CA;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #C6C8CA;
	font-weight: bold;
}
.footer a:active {
	text-decoration: none;
	color: #C6C8CA;
	font-weight: bold;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}
.nav a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.nav a:hover {
	text-decoration: none;
	color: #786047;
	font-weight: normal;
}
.nav a:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.navSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #786047;
	font-weight: normal;
}
.navSection a:link {
	color: #786047;
	text-decoration: none;
	font-weight: normal;
}
.navSection a:visited {
	text-decoration: none;
	color: #786047;
	font-weight: normal;
}
.navSection a:hover {
	text-decoration: underline;
	color: #786047;
	font-weight: normal;
}
.navSection a:active {
	text-decoration: none;
	color: #786047;
	font-weight: normal;
}



