



/* CONTENT */

body {
		background-color: #000000;
		color: #09173c;
		font-family: Verdana, Helvetica, Gills Sans, Frutiger, Verdana, Arial, Serif;
		font-size: 11px;
}
img {
	border-style: none;
}
a, a:visited {
	color: green;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: purple;
	text-decoration: none;
	border-style: none;
}

a.footer, a.footer:visited {
	color: white;
	text-decoration: none;
	border-style: none;
}
a.footer:hover {
	color: cornflowerblue;
	text-decoration: underline;
	border-style: none;
}

.tbl_header {
	background-color: #09173c;
	width: 815px;	
}

.tbl_red_line {
	background-color: red;
	width: 380px;
}
.tbl_red_line_border {
	background-color: red;
	width: 5px;
}

.tbl_blue_line {
	background-color: blue;
	width: 380px;	
}
.tbl_blue_line_border {
	background-color: blue;
	width: 5px;	
}

.tbl_footer {
	background-color: #09173c;
	/*royalblue;*/
	/*#09173c*/
	color: white;
	width: 815px;
	/*opacity: .9;	*/
	font-size: 10px;
}

.footer_text {
	color: white;	
}
		
.tbl_horizontal_menu {
	background-color: #09173c;	
	width: 815px;
	height: 26px;
	
}

.tbl_footer_background {
	background-color: black;
	/*royalblue;*/
	/*#09173c*/
	color: white;
	width: 815px;
	/*opacity: .9;	*/
	font-size: 10px;
}

/* Paragraph Text */
div.main_text {
	margin: 0px 20px 20px 20px;
	font-size: 10px;
}

div.warning_text {
	margin: 0;
	font-size: 10px;
	color: red;
	display: inline;
}

div.title_text {
	font-weight: bold;
	font-size:10px;
	display: inline;
	/*margin: 0px 20px 20px 20px;*/
}

/* Images */
#national_theatre {
	float: right;
}
	


	
	