body {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#644F4F;
}
td {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:14px; 
	color:#644F4F;
}
form {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
}
input {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
}
select {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
}
.bgfont {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:14px; 
	color:#644F4F;
}
.mdfont {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:12px; 
	color:#644F4F;
}
.smfont {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:10px; 
	color:#644F4F;
}
.copyright {
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#EABFCB}
a {
	text-decoration:underline; 
	font-family: Trebuchet MS, Arial, Helvetica; 
	color:#006600;
}
a:hover {
	text-decoration: none; 
	font-family: Trebuchet MS, Arial, Helvetica; 
	color:#660033;
}
.textlinks {
	text-decoration: underline; 
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; color:#EABFCB;
}
.textlinks:hover {
	text-decoration: none; 
	font-family: Trebuchet MS, Arial, Helvetica; 
	font-size:11px; 
	color:#EABFCB;
}
#dropmenudiv{
	position:absolute;
	border:1px solid #841E48;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #841E48;
	padding: 1px 0;
	text-decoration: none;
	font-weight: none;
	color: #ffffff;
	background-color: #841E48;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ffffff;
	color: #660033;
}
