body {
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
}

.navcell {
	background-color: #B2C2F4;
	width: 80px;
    border-bottom: 4px solid #8599D4;
}

a.nav {
	font-size: 10pt;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1C44BC;
	font-weight: bold;
}

a.nav:visited {
	color: #1C44BC; 
}

a.nav:hover {
	color: #FFF000;
	font-weight: bold;
	text-decoration: underline; 
}

a.nav:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline; 
}


/* left sidebar navigation links */
a.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	color: #222222;
	text-decoration: none;
}

a.leftnav:visited {
	color: #222222;
	text-decoration: none;
}

a.leftnav:hover {
	color: #1C44BC;
	text-decoration: underline;
	font-weight: bold;
}

a.leftnav:active {
	color: #1C44BC;
	text-decoration: underline;
	font-weight: bold;
}

h1 {    /* Styles for the main column headers */
	font-family: Georgia, serif; 
	font-size: 17px; 
	font-weight: bold; 
	line-height: 19px;
	margin: 0px 0px 10px 30px; 
	color: #FF9933; 
	letter-spacing: 2px;
	text-align: left;
}

.footer {
	color: #6488F7;
	background-image: url(gfx/bottombar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
}

.holidayinfo {
	color: white;
	font-size: 10pt;
	line-height: 12pt;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

.white {
	color: white;
	font-size: 10pt;
	line-height: 12pt;
	padding-left: 15px;
	padding-right: 15px;
}

a.whitelink {
	color: white;
}

a.whitelink:hover {
	color: yellow;
	font-weight: bold;
}

.christmastable {
	background-image: url(gfx/watermark2.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height: 14pt;
}