
div.main
{

background-color:transparent;
width:560px;
height:1200px;
overflow: auto
}

td.info{
font-family:verdana;
font-size:11px;
}

table.info{
font-family:verdana;
font-size:11px;
}

a.front:link {
	text-decoration: none;
	color: #0000CC;
}
a.front:visited {
	text-decoration: none;
	color: #0000CC;
	font-style: normal;
}
a.front:active {
	text-decoration: none;
	color: #FF0000;
}
a.front:hover {
	color: #009900;
	text-decoration: underline;
}


a.main:link {
	text-decoration: none;
	color: #999999;
}
a.main:visited {
	text-decoration: none;
	color: #999999;
	font-style: normal;
}
a.main:active {
	text-decoration: none;
	color: #00FF00;
}
a.main:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	z-index:100;
}

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

#dropmenudiv a:hover{
	background-color: #FFCC66;
	color: #0000FF;
}