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

body {
	background-color : #FFCC00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
        scrollbar-base-color: #003366;
        scrollbar-arrow-color: #ff9900;
        scrollbar-shadow-color: #000000;
        scrollbar-face-color: #003366; 
        scrollbar-highlight-color: #ffffff;
}

td { 
	font-family: arial,helvetica,Arial;  
	font-size: 10pt;
	color: #000000;
	}
a:link{	
	text-decoration	: none;
	color			: #003366;
	background		: transparent;
	font-weight		: bold;
	font-size		: 12;
		}

a:visited {	
	color			: #003366;
	background		: transparent;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 12;
		}
a:hover {
	color			: #FF0000;
	background		: transparent;
	text-decoration	: none;
	}
a:active{
	text-decoration	: none;
	color			: #FFFF00;
	background		: transparent;
	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;
}