/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	
}

/* The following two styles center content both horizontally and vertically on stage */

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
#horizon {
	background-color: transparent;
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 915px;
	margin-top: -270px;
 }
/* end IE 5 hack */ 


h1 {
	font-size: 8px;
	font-weight: bold;
	margin-top: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px #0e5d5d;
}

.textArea {
	margin: 15px;
}

.miniText {
	font-size: 8px;
	margin: 8px 0px;
}
