@charset "utf-8";
/* CSS Document */
body {
	color: #369;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	background-color: #e6e6d9;
	text-align: left;
	margin: 0;
	font-style: italic;
}
#header {
	background-color: #c7c8bc;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 200px
}
#navbar {
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #9C6;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px;
	font-style: normal;
}
#logo {
	height: 40px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30%;
}
a {
	color: #F90;
	text-decoration: underline
}
a:hover {
	color: #000;
	text-decoration: none
}
.menuitem {
	color: #369;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
}
.menuitem a:link {
	color: #369;
	text-decoration: none
}
.menuitem a:hover {
	color: #000;
	text-decoration: none
}
.leftcol {
	text-align: right;
	width: 20%;
	float: left;
	font-size: 12px;
	font-style: normal;
	padding-right: 3px;
	color: #369;
}
.midcol {
	padding-left: 36px;
	width: 50%;
	float: left
}
.show {
	padding-left: 36px;
	width: 70%;
	float: left
}
.rightcol {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	padding-left: 1%;
	width: 20%;
	float: left
}
#footer {
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #9C6;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left;
	font-style: normal;
}
#shows {
	font-family: Verdana, Geneva, sans-serif;
	width:95%;
	border-collapse:collapse;
}
#shows td, #shows th {
	font-size:12pt;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}
#shows th {
	font-size:14pt;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#9C6;
	color:#ffffff;
}
#customers tr.alt td {
	color:#000000;
	background-color:#EAF2D3;
}
ul {
	list-style-image: url(images_gif/rombul1d.gif);
}
h2 {
	font-style: normal;
	color: #993;
}
h3 {
	font-size: 18px;
	font-style: normal;
	color: #993;
}
#navbar a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.leftcol .menuitem a {
	color: #369;
	text-decoration: none;
}
#navbar a:hover {
	color: #000;
}
.leftcol .menuitem a:hover {
	color: #000;
}

