html {
	scrollbar-3dlight-color:#336699;
    scrollbar-arrow-color:#336699;
    scrollbar-base-color:#FFFFFF;
    scrollbar-darkshadow-color:#336699;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 710px;
}
h1 {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	font-family: "Arial Narrow", Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: "Arial Narrow", Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #336699;
	font-weight: bold;
	margin-bottom: 5px;
}
.h1_orange {
	color: #FF6600;
}
a:link, a:visited, a:hover, a:active {
	color: #003366;
}
li {
	list-style-image: url(../images/bullet.gif);
}
.arrow {
	list-style-image: url(../images/arrow.gif);
}
.ordered {
	list-style-image: none;
}
.smallcaps {
	font-style: italic;
	text-transform: lowercase;
}
.tablehead {
	background-image: url(../images/th_bg.gif);
	line-height: 18px;
}
.holiday {
	font-weight: bold;
}
.evenrow {
	background-image: url(../images/even_bg.gif);
}

