/* CSS Document */

body {
	background-color: #F5DEB3;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

.centered {
	text-align: center;
}

.pageheading {
	font-size: 18px;
	font-weight: bold;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.anchorlink {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.anchorlink:hover {
	text-decoration: underline;
}

.hyperlink {
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

.hyperlink:hover {
	text-decoration: underline;
}

.navigation { 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B93300;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	background-color: #000000;
}

.subnav {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 8px;
	padding-left: 24px;
	width: 100px;
}

.subnav_link {
	color: #000000;
	text-decoration: none;
}

.subnav_link:hover {
	text-decoration: underline;
}

.subnav_selected {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	padding: 8px;
	padding-left: 24px;
	width: 100px;
}

.subnavheading {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	width: 140px;
}

input, textarea, label, td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
}

li {
	padding-bottom: 6px;
}
