	
/* css styles used by the site */
	.site_legende {
		font-size: 10px; 
		font-weight: normal;
		text-align: left;
	}
	
	.site_headline {
		font-size: 20px;
		font-weight: bold;
		color: #000;
		text-align: center; 
	}
	
	.site_red {
		color: #936;
	}

    .site_jumplink {
          color: black;
          font-size: 10px;
    }



	body { 
		margin:10px 0px; padding:0px; 
		font-family: "Arial";
		font-size:14px; 
	}
	
	P {
	}
	
	#bigbox { border: 2px solid #000; }
	.bb {  border-bottom: 2px solid red; }
	
	a.btn:link    { color: #444; text-decoration:underline; }
	a.btn:visited { color: #444; text-decoration:underline; }
	a.btn:hover { color: #f00; text-decoration:underline; background-color:#ddd; }
	
	#navi { 
		font-size: 16px; font-weight: bold; 
		font-family: "Arial";
		margin: 0px;
		padding-left: 10px;
	}
	#navi ul { }
	#navi li {
		text-align: left; 
		margin-bottom: 6px;
		margin-top: 4px;
		height: 20px;
		display: block;
		list-style: none;
		padding-left: 10px; 
		border-left: 16px solid #fff;
	}
	#navi .current {
		color: #000;
		font-weight: bold;
		border-left: 16px solid #fdd3b1;
	}
	#navi .subNavi {
		margin-left: 20px; 
		font-size: 12px; 
		height: 14px; 
	}
	#navi a 		{ text-decoration: none; color: #666; }
	#navi a:link 	{ text-decoration: none; }
	#navi a:visited { text-decoration: none; }
	#navi a:hover	{ text-decoration: underline; color: #000; text-decoration: bold; }

	#navi .current a 		{ text-decoration: none; color: #000; }
	#navi .current a:link 	{ text-decoration: none; }
	#navi .current a:visited { text-decoration: none; }
	#navi .current a:hover	{ text-decoration: underline; color: #000; text-decoration: bold; }
	
	#contentHead, #contentHead TD { 
		height: 57px; width: 100%; 
		font-family: serif;
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
		color: #444;
		text-align: left;
		vertical-align: middle;
	}
	
	#content {
		font-family: "Verdana";
		font-size: 13px;
		text-align: left;
		vertical-align: top;
	}
	
	#content a 			{ text-decoration: none; color: #ff6600 ; font-weight: bold; }
	#content a:link 	{ text-decoration: none; }
	#content a:visited 	{ text-decoration: none; }
	#content a:hover	{ text-decoration: underline; color: #000; text-decoration: bold; }
	
	#content td {
		font-size: 13px;
	}

	












	
