.background 
{  
	background-image: url(images/bg2.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	background-color: #FFFFFF
}

.text 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #000000; 
	text-decoration: underline overline;
}

.headline
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: bold;
	color: #000000; 
	text-decoration: none
	
}

.smalltext
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000; 
	text-decoration: none
	
}