.body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.bodybold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.body8 {
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #666666;
}
.body10 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.body14 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.body16 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C2839;
	text-decoration: none;
}


a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C2839;
	text-decoration: none;
}


.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #C3C3C3;
	text-decoration: underline;
}

.hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #C3C3C3;
	text-decoration: underline;
}

.smbody {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.input {
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	background: #FFFFFF;
	border: #26a solid 1px;
	size: 25;
}



#dropmenudiv{
position:absolute;
background-color: #F3F3F3;
border:1px solid light grey;
border-bottom-width: 0;
font:normal 11px Arial;
font-color: #333333;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid light grey;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5A1221;
}
