body,td,p

	{
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		font-weight: normal;
		color: Black;
		background-color : White;
	}

.header

	{
		font-family: "Lucida Console","Courier New", Courier, monospace;
		font-size: 14px;
		font-weight: normal;
		color: Black;
		line-height: 16px;
	}
	
.lauftext

	{
		 font-family:"Courier New", Courier, monospace;
		 font-size: 12px; 
		 font-weight: normal;
		 color: Black; 
		 line-height: 14px;
	}
	
.bold

	{
		font-weight: bold;
	}



A:link

        {
			color : #FF0000;
			text-decoration: none;
			font-weight: bold;
			font-family : Arial, Helvetica, sans-serif;
		}
		
A:visited
 
         {
		 		color: #FF0000;
				text-decoration: none;
				font-weight: bold;
				font-family : Arial, Helvetica, sans-serif;
		 }
		
A:hover

        {
                color : #0000FF;
                text-decoration: underline;
				font-weight: bold;
				font-family : Arial, Helvetica, sans-serif;
        }

		
 A:active

        {
                color : #FF0000;
                text-decoration: none;
				font-weight: bold;
				font-family : Arial, Helvetica, sans-serif;
        }

body

		{
			scrollbar-3dlight-color: #CCCCCC;
			scrollbar-arrow-color:	#CCCCCC;
			scrollbar-base-color:	#FFFFFF;
			scrollbar-darkshadow-color:	#999999;
			scrollbar-face-color: #FFFFFF;
			scrollbar-highlight-color:	#CCCCCC;
			scrollbar-shadow-color:	#999999;
		}

