body, td, p, div, span, th
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}
body
{
	margin: 0px;
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
}
fieldset
{
    border: 1px solid #669900;
}
legend
{
    font-weight: bold;
	color: #669900;
	background-color: #FFFFFF;
}
a.menu:link, a.menu:visited
{
 	font-size: 10pt;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	text-transform: capitalize;
}
a.menu:hover, a.menu:active
{
 	font-size: 10pt;
	color: #CCCCCC;
	background-color: transparent;
	text-decoration: none;
	text-transform: capitalize;
}
a.leftmenu:link, a.leftmenu:visited
{
 	font-size: 10pt;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-transform: capitalize;
}
a.leftmenu:hover, a.leftmenu:active
{
 	font-size: 10pt;
	color: #669900;
	background-color: transparent;
	text-decoration: none;
	text-transform: capitalize;
}
a:link
{
 	background-color: transparent;
	color: #669900;
	text-decoration: underline;
}
a:visited
{
 	background-color: transparent;
	color: #666600;
	text-decoration: underline;
}
a:hover, a:active
{
 	background-color: transparent;
	color: #669900;
	text-decoration: underline;
}
.dayNames
{
    font-weight: bold;
	text-align: center;
	width: 14%;
}
.dayCell1
{
    background-color: #C0C0C0;
	color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
.dayCell2
{
    background-color: #F5F5F5;
	color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
.blankCell
{
    border: 1px solid #C0C0C0;
}
.dayCellBooked
{
    background-color: #EE0000;
    color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
ul.dateLists
{
    margin: 0px;
	padding-left: 14px;
}
.topNav
{
    background-color: #669900;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	height: 30px;
}
h1
{
    color: #669900;
	background-color: #FFFFFF;
	font-size: 18pt;
}
h2
{
    color: #669900;
	background-color: #FFFFFF;
	font-size: 16pt;
}
h3
{
    color: #669900;
	background-color: #FFFFFF;
	font-size: 14pt;
}
h4
{
    color: #669900;
	background-color: #FFFFFF;
	font-size: 12pt;
}
h5
{
    color: #669900;
	background-color: #FFFFFF;
	font-size: 10pt;
}
h6
{
    color: #669900;
	background-color: #FFFFFF;
	font-size: 10pt;
}
hr
{
    color: #669900;
	background-color: #006898;
	height: 1px;
	
}
.menuRow 
{
	border-bottom: 1px solid #669900;
	width: 100%;
}
.subMenu
{
	visibility: hidden;
	z-index: 2;
	position: absolute;
	left: 150px;
	top: 10px;
	border: 1px solid #669900;
	width: 250px;
	background-color: #CCCCCC;
}
.sectionHeading
{
    font-weight: bold;
	text-transform: uppercase;
	color: #669900;
	background-color: #FFFFFF;
}
.sectionSubHeading
{
	text-transform: uppercase;
	color: #669900;
	background-color: #FFFFFF;
}