@charset "UTF-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	background-color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #000;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	height: 42px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #000;
	overflow: hidden;
	text-align: left;
	display: table;
	padding-top: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	position: absolute;
	background-color: #000;
	text-align: left;
	height: 10%;
	width: 99.9%;
	display: table;
}
#headerContent {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	text-indent: 10px;
	position: relative;
	background-color: #000;
	color: #000;
}
#menu {
	padding-left: 10px;
}
#footerContent {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	text-indent: 10px;
	position: relative;
	background-color: #000;
	color: #000;
	margin-bottom: 0px;
}
#flashDiv {
	position: absolute;
	top: 10%;
	bottom: 42px;
	height: 80%;
	width: 99.9%;
	background-color: #000;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.subtitle {
	color: #999;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
#infos {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 0px;
	padding-top: 2px;
	text-indent: 10px;
	position: relative;
	top: 0px;
}


