/*--------------------------------------------------------------------------------------*/		
/* b2fairHM -- Styles für den Rand			  				*/
/*											*/
/*--------------------------------------------------------------------------------------*/		


body.Border    		{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 8 pt; 
				margin-top:0; 
				margin-left:0; 
				background-color: #FFFFFF;
			} 

body			{ 	font-family: Verdana, Tahoma, Arial, 'MS Sans Serif'; 
				font-size: 8 pt; 
				margin-top:0; 
				margin-left:0; 
				background-color: #FFFFFF;
			} 

/*----------------------------------------------------------------------*/
/* LINKS                                             			*/
/*----------------------------------------------------------------------*/

a.Header 		{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 9px;
				text-decoration: none; 
				color: #666666;
				font-weight: bold;
			}

a:link.Header		{ 	text-decoration: none; color: #666666}
a:visited.Header	{ 	text-decoration: none; color: #666666}
a:hover.Header		{ 	text-decoration: none; color: #0C1CE4}
a:active.Header		{ 	text-decoration: none; color: #666666}

