/* CSS definition file containing site wide stylesheets */

.LightHeadline {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 15px;
 	color: rgb(193,193,193);
 	font-weight: bold
}

.sidebar:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}

.sidebar:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.GreyBox {
	border: 1pt solid rgb(193,193,193);
 	padding: 11pt
}

.sidebar:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.sidebar:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}
