.header {
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	}
.text {
	font-family:verdana;
	font-size:11px;
	}
select {
	font-family:verdana;
	font-size:11px;
	}
input.textbox {
	font-family:verdana;
	font-size:11px;
	padding-left:3px;
	border:1px solid black;
	}
input.button {
	font-family:verdana;
	background-color:#e4e4e4;
	font-size:11px;
	border:1px solid black;
	}
.cal {
	font-family:verdana;
	font-size:10px;
	}
.calInput {
	font-size:9pt;
	font-weight:bold;
	padding:6px;
	text-align:center;
	height:25px;
	width:50px;
	border:1px solid black;
	}
.total {
	font-size:11px;
	font-weight:bold;
	color:mediumblue;
	text-align:center;
	border:1px solid black;
	}
.menu_on {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding-left:28px;
	cursor:pointer;cursor:hand;
	background-image:url('../images/menu_on.gif');
	}
.menu_off {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#063986;
	padding-left:28px;
	cursor:pointer;cursor:hand;
	background-image:url('../images/menu_off.gif');
	}
.menu_space {
	background-image:url('../images/menu_space.gif');
	}
.menu_top {
	background-image:url('../images/menu_top_shadow.gif');
	}
.menu_bottom {
	background-image:url('../images/menu_bottom_shadow.gif');
	}
.hand {
	cursor:pointer;cursor:hand;
}
a {
	color:mediumblue;
	text-decoration:none;
	}
a:hover {
	color:#0066ff;
	text-decoration:underline;
	}