.explorer
{
	border-right: white thin outset;
	border-top: white thin outset;
	border-left: white thin outset;
	cursor: hand;
	border-bottom: white thin outset;
	height: 20px;
	background-color: navy;
}
.explorer_over
{
	border-right: white thin outset;
	border-top: white thin outset;
	border-left: white thin outset;
	border-bottom: white thin outset;
	cursor: hand;
	height: 20px;
	background-color: blue;
}
.explorer_down
{
	border-right: white thin inset;
	border-top: white thin inset;
	background: #a7c0eb;
	border-left: white thin inset;
	cursor: hand;
	border-bottom: white thin inset;
	height: 20px;
}
.explorer_active
{
	cursor: hand;
	color: #000000;
	
}

.menu
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: verdana,arial,helvetica;
	background-color: gray;
	text-decoration: none;
}

.mTable
{
	border-top-width: thin;
	font-weight: bold;
	border-left-width: thin;
	font-size: 10pt;
	border-left-color: white;
	border-bottom-width: thin;
	border-bottom-color: white;
	text-transform: uppercase;
	width: 60%;
	color: white;
	border-top-color: white;
	font-family: Arial, Verdana, Tahoma;
	height: 20px;
	background-color: dodgerblue;
	border-right-width: thin;
	border-right-color: white;
}


A
{
	color: white;
}
BODY
{
	font-family: Arial, Verdana, Tahoma;
	
}

