* { 

box-sizing: border-box 
-moz-box-sizing: border-box;   

} 

#scrollarea
{
	position:absolute;
	width:100%;
	height:100%;
	overflow: auto;
}

body {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : #0033CC;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
}
td { 
	font-family : Arial, Helvetica, sans-serif;  
	font-size: 10pt;
	color: #0033CC;
	}

a:link{	
	font-family : Arial, Helvetica, sans-serif;
	text-decoration	: none;
	color			: #000066;
	background		: transparent;
	font-weight		: bold;
	font-size		: 12;
		}

a:visited {	
	color			: #000066;
	background		: transparent;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 12;
		}
a:hover {
	color			: #FD7B11;
	background		: transparent;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration	: none;
	font-size		: 12;
	}
a:active{
	text-decoration	: none;
	color			: #FD7B11;
	background		: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size		: 12;
		}
img
{
    Border-top-width : 0px;
    Border-right-width : 0px;
    Border-bottom-width : 0px;
    Border-width : 0px;
    Border-left-width : 0px;
    Border-color : rgb(239, 247, 206);
    Border-style : none;
}
