/* Comment */

body {
	background-color: #000000;
}
body,td,th {
	font-family: Courier New, Courier, monospace;
	color: #dddddd;
}

a:link 		 { color: #FFFFFF; text-decoration: underline }
a:visited 	 { color: #CCCCCC; text-decoration: underline }
a:hover      { color: #FFFF66; text-decoration: underline }

.new {
	background-color: #FF0;
	color: #F00
}
	
h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0px;}

h1 a:link 		 { text-decoration: none }
h1 a:visited 	 { text-decoration: none }
h1 a:hover      { text-decoration: none }

p            { margin-top: 0 }

.menulinks {	margin: 0px;}

.menulinks a:link 	{ text-decoration: none }
.menulinks a:visited 	 { text-decoration: none }
.menulinks a:hover      { text-decoration: none }

.links       {
	font-size: 8pt;
	font-weight: bold;
	text-align: Center; }

.small       { font-size: 8pt }

/*
.bordeau     { color: #CC0000 }
marquee      { font-size: 12pt; color: #CC0000; font-style: italic }
b.bordeau    { color: #CC0000; font-weight: bold }
.no-underline { text-decoration: none; }
.new { 
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF00;
}
.maintable {
	background-color: #EEEEEE;
	padding: 0px;
	width: 676px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	margin: 1px;
}
*/

.tablemain {
	background-color: #FFFFFF;
	width: 676px;
}
.tableheader {
	background-color: #333333;
	width: 100%;
}
.tablelanguage {
	background-color: #222222;
	width: 100%;
}
.tablemenu {
	background-color: #111111;
	width: 100%;
}
.tablebody {
	background-color: #000000;
	width: 100%;
}
.tablefooter {
	background-color: #333333;
	width: 100%;
}

strong {
	font-weight: bolder;
	color: #FFFFFF;
}

