@charset "UTF-8";
/* CSS Document */


BODY {
 margin: 0px;
}

div.scroll
{
	
	height: expression(document.body.clientHeight > 830 ? "100%" : "830px");
	height:100%;
	min-height: 830px;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
