/* CSS Document */

BODY
	{
/*	scrollbar-face-color: #d0d0d0; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ff0000; 
	scrollbar-3dlight-color: #eeeeee; 
	scrollbar-darkshadow-color: #666666;*/
	}

.headline 
	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	}

td 
	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	}
	
div.contentcontainer
	{
	width: 635px;
	height: 481px;
	overflow: auto;
	}
	

A 	
	{
	color: #ff0000;
 	text-decoration: underline;
	}

A:hover
	{
	color: #ff0000;
 	text-decoration: none;
	}