.style3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: xx-large; }
.style4 {font-size: xx-large; font-family: Arial, Helvetica, sans-serif;}
.style6 {font-size: x-large}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; }
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited 
{
    color: Black;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style10 {font-size: x-large; font-family: Arial, Helvetica, sans-serif; }
.style11 {font-family: Arial, Helvetica, sans-serif}
.style12 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style13 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}

.menucell
{
    width: 140px; 
    border: 1px solid black;
    border-top-width: 0px;
    text-align: center;
}
.menulink
{
	display: block;
	font-size: 11pt;
	width: 140px;
	color: #000000;
	font-family: Arial;
	text-align: center;
	padding: 5px 0 5px 0;
}

A.menulink
{
    text-decoration: none;
}

A.menulink:hover 
{
	background-color:#FF6600;
	color: White;
}

