.menu {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a.menu:link { text-decoration: none}
a.menu:visited { text-decoration: none}
a.menu:active { color: #006600; text-decoration: underline overline; font-weight: bold}
a.menu:hover {
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
	background-color: #FFFFFF;
}

.menu1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.menu1:link { text-decoration: none}
a.menu1:visited { text-decoration: none}
a.menu1:active { color: #006600; text-decoration: underline overline; font-weight: bold}
a.menu1:hover {
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
	background-color: #FFFFFF;
}

.smalltext {
	color: #000000; font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
a.smalltext:link { color: #000000; text-decoration: none}
a.smalltext:visited { color: #000000; text-decoration: none}
a.smalltext:active { color: #006600; text-decoration: underline overline; font-weight: bold}
a.smalltext:hover {
	color: #FF0000;
	text-decoration: underline overline;
}

.submenu {
	color: #ffffff; font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
a.submenu:link { color: #ffffff; text-decoration: none}
a.submenu:visited { color: #ffffff; text-decoration: none}
a.submenu:active { color: #006600; text-decoration: underline overline; font-weight: bold}
a.submenu:hover {
	color: #FF0000;
	text-decoration: underline overline;
}

.leftcol {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.maintext {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link {  text-decoration: underline}
a:visited {  text-decoration: underline}
a:hover {  color: #FF9900; text-decoration: underline}
.input {
	background-color: E6E6E6;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
select {
	background-color: E6E6E6;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
.selected {
	background-color: 448CCB;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-weight: bold
}