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

.body1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
.header1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #993333;
}
.header2 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.header3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #006666;
	font-variant: normal;
	text-decoration: underline;
}
#dropmenudiv{
	position:absolute;
	background-color: ;
	border: ;
	border-bottom-width: 0;
	font:normal 12px Arial Rounded MT Bold;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 120%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
}
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}
