body {
	font-size: 11px;
	font-weight: normal;
	background-attachment: fixed;
	font-family: times, arial, Verdana;
}

.hours {
	font-size:	12px;
	color :		white;
	font:		bold;
}

.menuItem {
	cursor:			hand;
	font-size:		11px;
	font-family:	arial, verdana;
	color :			blue;
	font:			bold;
}

hr {
	background-color : #D0DDEE;
	color : #D0DDEE;
}

marquee {
	color : blue;
	font-size:		11px;
	font-family: Verdana, arial, times;
}

table.bordered {
	margin: 0px;
	padding: 0px;
	border: 1px solid #d6d6d6;
	background: white;
}

table.forms {
	margin: 0px;
	padding: 5px;
	background: #F8F8F8;
	border: 1px solid #d6d6d6;
}

table.backgrounded {
	margin: 0px;
	padding: 5px;
	background: #C0C0C0;
	border: 1px solid #d6d6d6;
}

table.normal {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

th {
	font-weight: normal;
	font-family: verdana, arial, sans-serif, times;
	font: bold 11px;
}

th.backgrounded {
	color: black;
	font-weight: normal;
	font-family: verdana, arial, sans-serif, times;
	font: bold 11px Arial;
	text-align: left;
}

th.backgrounded_important {
	color: white;
	background: brown;
	font-weight: normal;
	font-family: verdana, arial, sans-serif, times;
	font: bold 11px Arial;
	text-align: center;
}

th.colored {
	color: white;
	background1: #8000E0;
	background1: #304c78;
	background1: #339900;
	background1: #33CC00;
	background1: #CC00FF;
	background1: #666666;
	background1: #CC0099;
	background1: #999900;
	background: brown;
	font-weight: normal;
	font-family: verdana, arial, sans-serif, times;
	font: bold 11px Arial;
	text-align: center;
}

td {
	font-weight:	normal;
	font-family:	Arial, verdana,sans-serif,times;
	font-size:		11px;
	PADDING-RIGHT:	4px;
	PADDING-LEFT:	4px;
	PADDING-BOTTOM:	1px;
	PADDING-TOP:	1px;
	margin:			0px;
}

td.clickable {
	color: white;
	cursor:			hand;
	font-weight:	normal;
	font-family:	verdana,sans-serif,times;
	font-size:		11px;
}

td.highlighted {
	font-weight:	bold;
	font-family:	verdana,sans-serif,times;
	font-size:		11px;
	color:			blue;
}

INPUT {
	FONT: 10px Arial, Geneva, Helvetica, sans-serif;
	COLOR: #333333;
}

.baseSelect {
	FONT: 10px Verdana, Helvetica, Arial, Geneva, sans-serif;
	WIDTH: 320px;
}

.baseTextArea {
	FONT: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
	WIDTH: 220px;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: red;
}