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

#flash{
	position: absolute;
	top: 0px;
	left: 0px;		
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: georgia, times, trebuchet ms, tahoma, verdana;
	font-style: italic;
	font-size: 10pt;
	margin: 0;		
	padding: 0;
	width: 100%;
	height: 100%;
}

a:link{
	text-decoration: none;
	color:#FFFFFF;
}
a:visited{
	text-decoration: none;
	color:#FFFFFF;
}
a:hover{
	text-decoration: none;
	color: #424d55;	
}
a:active{
	text-decoration: none;
	color:#424d55;
}
img{
	border:none;
}