body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: circle;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	list-style-type: circle;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.quote {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.quote2{
	font-size: 13px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}


a:link{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:active{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.footer:link, a.footer:active, a.footer:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}
.footer {
	font-size: 11px;
}

a.footer:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
	font-size: 11px;
}
select {
	font-size: 12px;
	background-color: #EAEAFF;
	font-weight: normal;
}
/* drop menu */

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	color: #818181;
}
