/*
 * Style sheet
 */


a {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	text-decoration: underline;
	color: darkblue;
}

body {
	font-family: arial, verdana;
	font-size: smaller;
	background-color: #ffffff;
	color: #000000;
}

td.menu_cell {
	font-family: verdana, arial;
	font-size: 12px;
	color: #000000;
	padding-top: "5px";
	padding-bottom: "5px";
	padding-left: "5px";
	padding-right: "5px";
}
