/* Main Selectors */
html {margin:5px;background: white}
body,html {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;line-height:140%;margin:0px;
	background-color: #FFFFFF;
	color: #000080;
	scrollbar-arrow-color: #b28985;
	scrollbar-base-color: #7075F5;
	scrollbar-face-color: #200985;
	scrollbar-track-color: #7075F5;
	z-index:100;
                }


a {color: #000080;
}


a, a:visited {
	background-color: transparent;
	color: #000080;
}


a:hover {
	background-color: transparent;
	font-weight: bold;
	color: #FF0000;
}


#contentarea { position: absolute; left: 380px; top: 30px; width: 300px; height: 150px;}
