/*
	author:		Johannes Stoll
	version:		1.4
	date:			2011-08-05
*/

/* general declarations brs style */
head, body, table, span
{
	font-family: 	Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size:		12px;
	color: 			#872A89;	
}

.headline
{
	font-size: 		14px;
	font-weight: 	bold;
}

.bold
{
	font-weight: 	bold;
}

.italic
{
	font-style: 	italic;
}

.smallfont
{
	font-size: 		10px;
}

.smallbold
{
	font-size: 		10px;
	font-weight: 	bold;
}
    		
h4
{	
	font-size: 		16px;		
}

h5
{	
	font-size: 		14px;
}

/* declarations for home link */
.homelink:link
{	
	color: 				#ffffff;
}

.homelink:hover 
{	
	font-weight: 		normal;
	color: 				#ffffff;
}

.homelink:visited 
{	
	color: 				#ffffff;
}

.homelink:active  
{	
	color: 				#ffffff;
}

/* general declarations for links */
a:link 
{
	text-decoration: 	none;
	font-size: 			10px;
	color: 				#872A89;
}

a:visited 
{
	text-decoration: 	none;
	font-size:			10px;
	color: 				#872A89;
}

a:hover 
{		
	font-size: 			10px;	
	font-weight:		bold;
	color: 				#00A49D;
}

a:active 
{
	text-decoration: 	none;
	font-size: 			10px;
	color: 				#872A89;
}
