div#preload { display: none; }

body {   
   color: #black;
   font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;	
}

a {
   text-decoration: none;
}

a:link {
   color: #5e53c7;
   font-weight: bold;
}

a:visited {
   color: #5e53c7;
   font-weight: bold;
}

.Box {
	border: 1px solid #B4B7B5;
}

.blackBox {
	border: 1px solid #000000;
}

.BoxNoTop {
	border-bottom: 1px solid #B4B7B5;
	border-left: 1px solid #B4B7B5;
	border-right: 1px solid #B4B7B5;
}

.headline {
   color: #7F561A;
   font-size: 1.4em; font-weight: normal;
}

.smalltext {
   font-size: 0.7em; font-weight: normal;
}

.title	{
		font-family: arial, sans-serif;
		font-size: 16px;		
		color: #036BA9;	
		font-weight: bold;		
}
