body { 
  font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif"; 
	font-size: 12px; 
	color: #FFFF00;
	background: #000000;
	}

a:link      { text-decoration: none; color: #EEEEAA; font-weight: bold; font-variant:small-caps}
a:visited   { text-decoration: none; color: #EEEEAA; font-weight: bold;font-variant:small-caps}   
a:active    { text-decoration: none;font-variant:small-caps }
a:hover     { text-decoration:none; color: #FFFFFF;}

td { 
  font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif"; 
  font-size: 12px; 
	color: #ffffff;
	}
	
tr {
	background: #222222;
	color: #FFFFFF;
	}

tr.alt {
	background: #999999;
	color: #000000;
	}

.special {
	background: #9999ff;
	color: #FFFFFF;
	}
	
	
th { 
  font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif"; 
  font-size: 12px;
	color: #ffffff;
	background: #4a4a4a;
	}
	
th.selected {
	font-weight: bold; 
	text-align: center;
	background: #6a6a6a;
	}

select {
  font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif"; 
	font-size: 12px;
	}
	
input {
	font-size: 12px;
	}

textarea {
	font-size: 12px;
	}
	
.error {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	padding-bottom: 0.1em;
	}

.result {
	text-align: center;
	font-weight: bold;
	color: #0000ff;
	padding-bottom: 0.1em;
	}

.hide {
	background: #000000;
	color: #000000;
	visibility:hidden;
	}
		
.navlink {
	background:#111111;
	color: #FFFFFF;
	font-weight: bold;
		}	
	
.normal {
	vertical-align: middle;
	color: #EEEEAA;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}

.normalb {
	vertical-align: middle;
	color: #EEEEAA;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.nav {
	vertical-align: middle;
	background: #222222;
	color: #EEEEAA;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.navinput {
	vertical-align: middle;
	background: #222222;
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	}
	
.sidenav {
	vertical-align: top;
	background: #9999ff;
	color: #ffffff;
	font-family: "Verdana", "Tahoma", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.bottomnav {
	vertical-align: middle;
	background: #444444;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
