body {
	color: #000000;
	background-color: white;
	font-family: Arial, serif;
    font-size:small;
}

a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

hr {
	color: #9acf8b;
}

.error {
	color: red;
	font-weight: bold;
}

td.menu_inactive {
	background-image: url( "inactive.gif" );
    color: white;
    font-size: 16px;
    font-weight: bold;
	height: 35px;
    text-align: center;
	width: 155px;
}

td.menu_over {
	background-image: url( "mouseOver.gif" );
	cursor: pointer;
	color: white;
    font-size: 16px;
    font-weight: bold;
	height: 35px;
    text-align: center;
	width: 155px;
}

td.menu_active {
	background-image: url( "active.gif" );
    color: white;
    font-size: 16px;
    font-weight: bold;
	height: 35px;
    text-align: center;
	width: 155px;
}
