body, html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height:100%;
	width: 100%;
	max-width: 100%;
	position: absolute;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
}
a:visited {
	color: #CCFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}
#swf {
	position:absolute;
	height:100%;
	max-height:100%;
	width:100%;
	max-width: 100%;
}
input, textarea {
	background-color: #EEEEEE;
	border: 1px solid #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
