/* main scrolling */
div.main
{

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


/* main navigation */
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;
}

/* body link navigation */
a.body:link {
	text-decoration: none;
	color: blue;
}
a.body:visited {
	text-decoration: none;
	color: blue;
	font-style: normal;
}
a.body:active {
	text-decoration: none;
	color: #00FF00;
}
a.body:hover {
	color: red;
	text-decoration: underline;
}

/* body information style */
td.info{
font-family:verdana;
font-size:11px;
}

/* body info link navigation */
a.info:link {
	text-decoration: none;
	color: #000099;
}
a.info:visited {
	text-decoration: none;
	color: #000099;
	font-style: normal;
}
a.info:active {
	text-decoration: none;
	color: red;
}
a.info:hover {
	color: #ffcc00;
	text-decoration: underline;
}

/* dropdown menu css */
#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;
}
