@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC;
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(jpg/background-theatrical.jpg);
	background-position: center;
	background-repeat: repeat;
}
.bg-very-light-blue {
	background-color: #E1F5FF;
}
body,td,th {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #03F;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a.navbar:link {
	text-decoration: none;
	color: #60F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a.navbar:visited {
	text-decoration: none;
	color: #60F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9;
}
a.navbar:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00F;
}
a.navbar:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00F;
}
.navig {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.left-column {
	background-color: #C6F1FF;
	font-family: Tahoma, Geneva, sans-serif;
}
