@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	margin: 10px;
}
li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	padding: 0px;
	margin: 10px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFcc33;
	display: block;
	padding: 8px;
	width: 140px;
	line-height: 20px;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #FFCC99;
	display: block;
	padding: 8px;
	width: 140px;
}
.footernavigation {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 8px;
	text-align: center;
}
.footernavigation:hover {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	display: inline;
	padding: 8px;
	text-align: center;
}
body {
	background-color: #FFFFCC;
	background-image: url(images/bkg.gif);

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px;
	color: #003399;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	color: #003399;
}
.footer {
	font-size: 9px;
	color: #000000;
}
.footerbold {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
#form_wrapper {
	margin: 1em;
	width: 98%;
	display: block;
}
