/* CSS Document */
<?php Header ("Content-type: text/css");?>

html { overflow:hidden; }

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, p {
	margin:1ex;
}
h1 { font-size:18px; color:#FFFFFF; }
h2 { font-size:16px; color:#AA9966; }
h3 {
	font-size:14px;
	color:#DDDDDD;
	font-weight: normal;
	margin:-1ex 0 1ex 8ex;
}
h4 { font-size:12px; color:#CCCCCC; }
h5 { font-size:12px; color:#BBBBBB; }
p { font-size:12px; color:#AAAAAA; }

a:link, a:hover, a:visited, a:active {
	color:#AA9966;
	text-decoration:none;
	}
a:hover { color:#AAAA99 }

img { border:0px }

ul { margin:3ex; padding:0; list-style:outside square }
li { padding:1ex 0; margin:0; border-bottom:1px #404040 dotted }
	
ul.inline { margin:1ex; padding:0; list-style:inside none;}
ul.inline li { display:inline; margin:0; padding:1ex 0; border:0 }

li.last { border:0 }

small { font-weight:normal }

.hidden { display:none;	}
	
#main {
	position:absolute;
	width:1600px;
	height:1200px;
	top:50%;
	left:50%;
	margin-left:-800px;
	margin-top:-600px;
}

#plainText {
	/*display:none;*/
	border:1px solid #404040;
	position:relative;
	width:780px;
	height:580px;
	top:50%;
	left:50%;
	margin-top:290px;
	margin-left:-390px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
}

#logo {
	background-image:url(images/logo.png);
	width:264px; height:14px;
	}
