/* hide from ie on mac \*/	
html {		
	height: 100%;
	overflow: hidden;	
}

#flash {		
	height: 100%;
	width: 100%;	
}
/* end hide */	

body {
	cursor: default;	
	height: 100%;
	margin: 0;		
	padding: 0;		
	background-color: #000000;	
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}
h1{
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: underline;
}
#rawtxt{
	background-color: #000000;	
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
}
img{
	border: 0px;
}
a:hover{
	color: #FFFFFF;
}
a{
	color: #FF6600;
}
a:visited{
	color: #666666;
}
