
body 	{ 
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 12px;
		}
		
.color1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.color2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}

.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:link	{
	text-decoration: none;
	color: #000000;
	}

a:active{
	text-decoration: none;
	color: #000000;
	}

a:visited{
	text-decoration: none;
	color: #000000;
	}


/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -295px;
   text-align: center;
   min-width: 900px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: #ffffff;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	width: 900px;
	height: 600px;
	margin: 0px auto;
	}
