/* CSS Document */

body {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* The following two styles center content both horizontally and vertically on stage */

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

/* following rules are invisible to IE 5 Mac\*/
#horizon {
	background-color: transparent;
	position: absolute; 
	top: 0; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 750px;
	margin-top: x-300px;
 }
/* end IE 5 hack */ 

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	/*width: 750px;
	height: 520px;*/
 }

h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}

a:link, a:visited, a:hover {
	color: #1d7785;
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px #0e5d5d;
}

.textArea {
	margin: 15px;
}

.miniText {
	font-size: 10px;
	margin: 8px 0px;
}

