/* CSS Document */

	  body {background-color: #FFDA9E}
	  td, li {font-family: arial, verdana,helvetica; font-size: 9pt; color: #025099; text-align:justify;bgcolor:#0000FF} 
      p, 1, h2, h3, h4, h5    {color: #025099; font-family: arial, verdana,helvetica}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFA047;
}
a:hover {
	font-weight: bold;
	color: RED;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #025099;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #025099;
	text-decoration: none;
}

#horizon        
			{
				background-color: transparent;
				text-align: center;
				position: absolute;
				top: 50%;
				left: 0px;
				width: 100%;
				height: 1px;
				overflow: visible;
				visibility: visible;
				display: block;
			}
		
#content    
			{
				margin: 0;
				padding: 0;
				margin-left: -360px;
				position: absolute;
				top: -215px;
				left: 50%;
				width: 735px;
				height: 430px;
				visibility: visible;
				
			}