/* CSS Document */
p{
	font-family:Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 18px;
	font-weight: normal;
	background-color: #F7EC90;
	padding: 6px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	padding-left: 25px;
}
.heading1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	font-style: normal;
	bottom: 0px;
}


.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 150px;
	color: #FFFFFF;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 150px;
}
.navigation_horz {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #6B1101;
	display: inline;
	padding: 1px;
	width: auto;
	color: #FFFFFF;
	padding-left: 2px;
}
.navigation_horz:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
	display: inline;
	padding: 8px;
	width: auto;
	padding-left: 2px;
}
.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #330000;
}

.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #330000;
	line-height: 22px;
	padding: 3px 24px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #330000;
	line-height: 18px;
	padding: 3px 6px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.normal_text {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	left: auto;
	top: 3px;
	right: auto;
	bottom: 0px;
	margin: 0px;
}

