body	{ 
			font-family:Arial,sans-serif; 
			background-image:url(pics/bg.png); background-repeat:no-repeat;
			background-attachment:fixed; padding:0px;
			font-size:11px;
			scrollbar-base-color:#EAF3FC;
			scrollbar-3d-light-color:#FFFFFF;
			scrollbar-arrow-color:#FFFFFF;
			scrollbar-darkshadow-color:#000000;
			scrollbar-face-color:#3992CF;
			scrollbar-highlight-color:#FFFFFF;
			scrollbar-shadow-color:#000000;
			scrollbar-track-color:#EAF3FC;
	 	}
table	{
	    	font-family:Arial,sans-serif;
	    	font-size:11px;
	  	}
img		{
			behavior:url("pngbehavior.htc");
		}

a:link 		{ color:#000; text-decoration:none; }
a:visited 	{ color:#000; text-decoration:none; }
a:hover 	{ color:#000; text-decoration:underline; }
a:active 	{ color:#000; }
a:focus 	{ color:#000; }

.fett		{ font-weight:bold; }
.underline	{ text-decoration:underline; }
.smalltext	{ font-size:9px; }
.bigfett	{ font-weight:bold; font-size:14px; }


