html,body
{
	padding: 0; margin: 0;
}

body 
{
	text-align: center;
	background: black;
	margin:0; 
	padding:0;
  font-size:14px;
}

font,th,td,p,a,td,th,input,select,h1,h2,h3,h4,textarea,li
{ 
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	margin-top: 0;
  font-size:1em;
  text-shadow: 2px 2px 2px black; 
}

h1
{
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 0.7em;
  color: #efd873;
  margin-top: 1.2em; 
}

h2
{
  font-size: 1.3em;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0;
}

h3
{
  font-size: 1.3em;
  margin-top: 1em;
  font-weight: normal;
  color: #efd873;
  margin-bottom: 0;
  text-align: center;
}

h4
{
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  line-height:1.57em;
}

p,td,th,input,select,h2,h4,li
{ 
	color: #FFFFFF; 
}

.textblock
{
  text-align: justify;
  line-height:1.57em;
}

textarea
{
  font-size: 1.3em;
  border:0; 
  background:URL(images/null.gif);
  color:#FFFFFF;
  margin:0;
  margin-top:2px; 
  padding:0;
  font-weight: normal
  overflow: hidden;
  height: 2.22em;
  resize: none;
}

a:link,a:visited 
{ 
	color: #FFCC00; 
	text-decoration: underline;
}

a:hover,a:active	
{ 
	text-decoration: none; 
	color : #FFFFFF;
}

img
{
	border:0;
}

#menustrip
{
  background: url(images/fill-2.png); 
  width:100%; 
  height:2.2em; 
  position:fixed; 
  top:0;
  z-index: 3;
}

ul 
{
  margin:0;
  padding-left:8px;
  list-style: none;
}

ul ul
{
  margin-left:-8px;
  width:8em;
  background: url(images/fill-2.png);
  padding-left:8px;
  padding-right:8px;
  margin-top:0.6em;
}

li
{  
  position: relative;
  float: left;
  margin-top:-0.25em;
  padding-bottom:0.55em;
  padding-right:5.5em;
  cursor: default;
}
  
li li
{
  padding-bottom:8px;
  padding-right:8px;
  width:8em;
}

li ul 
{
  display: none;
  position: absolute; 
  left: 0;
}

li > ul 
{
	top: auto;
	left: auto;
}

li:hover ul 
{ 
  display: block;
}

#menu a
{
  text-decoration:none;
}

#menu li li a
{
  
}



.column 
{
	width: 50%;
	position: absolute;
	top: 0;
  text-align: left;
}

.left 
{
  left: 0;
}

.right 
{
  right: 0;
}

.pop
{
  position: fixed;
	width: 1px;
  height: 1px;
  left: 100px;
  top: 100px;
	background:URL(images/popup-bg.png) no-repeat top left;
	background-color: #000000;
	padding: 8px;
	border: 1px solid #404040;
	text-align: left;
  vertical-align: bottom;
  visibility: hidden;
  z-index: 9;
}

.buttonclose
{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index:10;
}

.comment
{
  color: #404040;
  text-align: center; 
}

.fineprint
{
  font-size: 0.8em;
  line-height: 22px; 
}

.fineprint a
{
  font-size: 0.8em;
}

.bullet
{
  margin-left: -20px;
  padding-right: 4px;
  margin-bottom: -2px;
}

input
{
  background: URL(images/input-bg.png);
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  padding-left: 2px;
}

.submit
{
  background: URL(images/input-bg.png);
  border: none;
  color: #FFCC00;
}

select
{
  border: none;
  background-color: #000000;
  color: #FFFFFF;
}

td,th
{
  padding:0.6em;
  vertical-align: middle;
}

.fill
{
  position: fixed;
	width: 1px;
  height: 1px;
  background:URL(images/fill.png);
  z-index: 8;
  visibility: hidden;
}