p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #A2511C;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #A2511C;
}

h2 a:link {color: #000066; text-decoration: underline}
h2 a:active {color: #000066; text-decoration: underline;}
h2 a:visited {color: #000066; text-decoration: underline;}
h2 a:hover {color: #000066; text-decoration: underline;}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #993300;
}

.navigation a:link {
	color: #A2511C;
	text-decoration: none
}
.navigation a:active {
	color: #A2511C;
	text-decoration: none;
}
.navigation a:visited {
	color: #A2511C;
	text-decoration: none;
}
.navigation a:hover {
	color: #A2511C;
	text-decoration: underline;
}
.navbox {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A2511C;
	border-left-color: #A2511C;
	margin-bottom: 10px;
	margin-left: 10px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A2511C;
}
hr {
	margin-bottom: 19px;
	color: #A2511C;
}
.credits {
	font-size: 8px;
	font-variant: small-caps;
	color: #999999;
}
.alertbox {
	background-color: #FFFEAF;
	padding: 15px;
	text-align: center;
}
.home_page_intro {
    padding: 10px;
    background-color: #C4C6D5;
}