a:link, a:visited, a:hover
{
	text-decoration: none
}

a:link, a:visited
{
	color:#0000FF
}

a:hover
{
	color:#FF0000
}

.menulink
{
  display: block;
  padding: 3px;
  background-color: #CECECE;
  text-align: left;
  padding-left: 12px;
  width: 140px;
}

.menulink:link, .menulink:visited
{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
	border-top-color: #c0c0c0;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color: #404040;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color: #c0c0c0;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color: #404040;
	border-right-style : solid;
	border-right-width : 1px;
}

.menulink:hover
{
	color: #FFFFFF;
	background-color: #898989;
	border-bottom-color: #c0c0c0;
	border-top-color: #404040;
	border-left-color: #404040;
	border-right-color: #c0c0c0;
}


body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.disclaimer
{
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
