@charset "UTF-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif; 
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	display: block;
	width: auto;
	bottom: auto;
	font-style: normal;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #669999;
	display: block;
	width: auto;
	bottom: auto;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
}

.navigationactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #990000;
	display: block;
	width: auto;
	bottom: auto;
	font-style: normal;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	background-position: left top;
	text-align: left;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	background-position: left top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-decoration: none;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-position: left top;
	text-align: left;
}

.listlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #669999;
	background-color: #FFFFFF;
	background-position: left top;
	text-align: left;
	text-decoration: none;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	background-position: left top;
	text-align: center;
}
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: normal;
	background-position: left top;
	text-align: left;
	display: inline;
	line-height: 20px;
	vertical-align: baseline;
	text-decoration: none;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.footernav a:link, .footernav a:visited {color: #333; text-decoration:none;}
.footernav a:hover {color: #699;}