.body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0052;
	text-decoration: none;
}


a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0052;
	text-decoration: none;
}


.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0066;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CC0052;
	text-decoration: underline;
}

.hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CC0052;
	text-decoration: underline;
}

.smbody {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
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: #DDDDDD;
}