<style>
<!-- 
	.{
	
	}

	body 
    {
	 SCROLLBAR-BASE-COLOR: #ff0000;
	 SCROLLBAR-ARROW-COLOR: #ffffff;
	 scrollbar-3dlight-color: #000000; 
	 scrollbar-track-color: #000000;
	 
    }
	
	.text, td, body{
	font-family:verdana; font-size:11px; color:#ffffff; font-weight:normal;	
	}
	
	.black{
	font-family:verdana; font-size:11px; color:#000000; font-weight:normal;	
	}
	
	.textbold, .bold{
	font-family:verdana; font-size:11px; color:#ffffff; font-weight:bold;	
	}
	
	.headline{
	font-family:verdana; font-size:14px; color:#ffffff; font-weight:bold;
	}
	
	.subhead{
	font-family:verdana; font-size:12px; color:#ffffff; font-weight:bold;
	}
	
	
	
	a.start:link, a.start:visited, a.start:active{
	font-family:verdana; font-size:11px; color:#000000; font-weight:bold; text-decoration:underline;
	}
	a.start:hover{
	font-family:verdana; font-size:11px; color:#ff0000; font-weight:bold; text-decoration:underline;
	}
	
	a.normal:link, a.normal:visited, a.normal:active, a:link, a:visited, a:active{
	font-family:verdana; font-size:11px; color:#ff0000; font-weight:normal; text-decoration:underline;
	}
	a.normal:hover, a:hover{
	font-family:verdana; font-size:11px; color:#c0c0c0; font-weight:normal; text-decoration:underline;
	}
	
	
	body.cont{
	margin-left:20px; margin-top:20px; margin-right:0px; margin-bottom:30px;
	background-color:#000000;
	background-image : url(../graphic/bg_cont.jpg);
	background-repeat : no-repeat;
	background-position : bottom;
	background-attachment : fixed;
	}
	
	body.head{
	margin:0px;
	background-color:#000000;
	background-image : url(../graphic/bg_head.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	}
	
	body.edgel{
	margin:0px;
	background-color:#000000;
	background-image : url(../graphic/strich.gif);
	background-repeat : repeat-y;
	background-position : right top;
	background-attachment : fixed;
	}
	
	body.edger{
	margin:0px;
	background-color:#000000;
	background-image : url(../graphic/strich.gif);
	background-repeat : repeat-y;
	background-position : left top;
	background-attachment : fixed;
	}
	
	image.border{
	border:1p solid #c0c0c0;
	}
	
 -->	
</style>