@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #444484;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #444484;
}
a:hover {
	text-decoration: none;
	color: #444484;
}
a:active {
	text-decoration: underline;
	color: #444484;
}

.toptable {
	background-image: url(images/topbar_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.maintable {
	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.maincontent {
	color: #333333;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
}
.title01 {
	font-size: 16px;
	font-style: italic;
	color: #093EAE;
	font-weight: bold;
}
.menu_table {
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #030208;
}
.menu {
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
}
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover {
	text-decoration: underline;
	color: #0099FF;
}
.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
