	body {
		margin: 10px;
		padding: 0;
		background: #FFFFFF;
		background-image:url(bg_inner.gif);
		background-repeat:no-repeat;
		
background-attachment:fixed;
		background-position: bottom right;
 		color: #4E96AA;
		cursor: crosshair;

		font-family: Verdana, Helvetica, sans-serif;
		font-size: 60%;
		scrollbar-face-color:#FA743E;
		scrollbar-arrow-color:#4E96AE;
		scrollbar-track-color:#FFFFFF;
		scrollbar-shadow-color:#FFFFFF;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-3dlight-color:#FFFFFF;
		scrollbar-darkshadow-color:#FFFFFF;
		overflow:auto;}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #FA743E;
	text-decoration: none}
a:hover {
	color: #FA9562;
	text-decoration: underline;
}

