HTML {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}

body {
	color:#000000;
	background-color:#125d1d;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size:11pt; 
	margin:0px;
}
td,th {
	color:#000000;
	font-family:Arial, Helvetica, Verdana, sans-serif; 
	font-size:11pt; 
}
h1,h2,h3 {
	color:#008080;
	font-weight:bold;
}
h1,td.h1th.h1 {
	font-size:160%;
	font-style:italic
}
h2,td.h2,th.h2 {
	font-size:130%;
	font-style:italic
}
h3,td.h3,th.h3 {
	font-size:110%;
	font-style:italic
}

a {
	color:#125d1d;
	text-decoration: none;
}
a:visited {
	color:#125d1d;
	text-decoration: none;
}
a:active {
	color:#125d1d;
	text-decoration: none;
}
a:hover {
	color:#125d1d;
	text-decoration: underline;
}

/* Classes */

.location {  font-weight: bold; color: #000099; font-size: 9pt; text-decoration: none;}
.nounder {  font-weight: bold; color: #000099; text-decoration: none; font-size: 14px;}
.trailer {
	font-weight:bold;
	color:#333333;
	text-decoration: none;
	font-size:0.7em;
}
.banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:160px;
}
.menutabletop {
	width:450px;
	border:none;
}
.menutable {
	width:600px;
	border:none;
}
.menu {
	color:#2B581D;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
}
.piccap {
	font-size:8pt;
	font-weight:bold;
}
.toptext {
	text-align:center;
	font-size:9pt;
	color:#DDDDDD;
}