body {
margin: 0;
}
input {
#background-color : #0072B1;
background-color : #FFFFFF;
color : #0072B1;
font : 12px arial, verdana, geneva, helvetica;
font-weight: bold;
#border : 2px solid #C0C0C0;
border : 2px solid #003399;
}
A.menulink {
	display: block;
	width: 133px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	BORDER: none;
	border: solid 1px #FFFFFF;
	font-weight: bolder;
	background-color:#0072B1;
	text-indent: 3pt;
	padding-top: 3px;
}

A.menulink:hover {
	#border: solid 1px #000000;
	background-color:#73B2D4;
	color: #000000;
}
A.current {
	display: block;
	width: 133px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color: #0072B1;
	BORDER: none;
	border: solid 1px #FFFFFF;
	font-weight: bolder;
	background-color:#FFFFFF;
	text-indent: 3pt;
	padding-top: 3px;
}
