  td, div, p
  	{
	font-family: arial, sans-serif;
	color: white;
	font-size: 12px;
	}
  .title
  	{
	font-size: 14px;
	font-weight: bold;
	}
  td img 
  	{
	display: block;
	}
  body
  	{
	height: 100%;
	background-color: #660000;	
	}
  table.master
  	{
	border: 1px solid white;
	background-color: #993333;
	}
 #horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 400px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	background-color: transparent;
	position: relative;
	top: -200px;
	height: 400px;
	visibility: visible
	}
  div.cnt
  	{
	width: 550px;
	height: 264px;
	background-color: #993333;
	overflow: auto;
	}
input
	{
	background-color: #999999;
    height: 20px;
    font-family: arial,sans-serif;
    font-size: 11px;
    width: 220px;
    margin-bottom: 3px;
    }
textarea
	{
	background-color: #999999;
	color: #cccccc; 
	height: 120px;
	font-family: arial,sans-serif;
    font-size: 11px;
    margin-bottom: 3px;
	width: 520px;
	}
a
	{
	font-weight: bold;
	color: white;
	}
a:hover
	{
	text-decoration: none;
	}
