td.calendar_weekend {
	color: #ff0000;
	background-color: #ededed;
	font-size: 8pt;
	font-family: Arial;
}
td.calendar_today{
	background-color: #cccccc;
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
}
td.calendar_day{
	background-color: #ededed;
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
}
td.calendar_month{
	color: #ffffff;
}
tr.head_line{
	background-color: #BE1028;
	font-family: Arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
tr.head_line_grey{
	background-color: #999999;
	font-family: Arial;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
a.quot {
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
        text-decoration:none;
}

td.calendar_weekend a{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
td.calendar_day a{
	font-weight: bold;
        text-decoration:none;
}
td.calendar_today a{
	font-weight:bold;
}

div.news_date {
        font-family:Verdana;
        font-size:9pt;
        color:#336699;
        font-weight: bold;
}
div.news_title  {
        font-weight: bold;
	font-size: 9pt;
        font-family:Arial;
}
div.news_text{
	font-size: 9pt;
        font-family:Arial;
}

div.single{
	width: 98%;
}

div.event_org, div.event_place, div.event_url{
	font-size:10pt;
	font-family:Verdana;
}

div.top_ten a {
        color: #000;
        text-decoration:none;
}
div.top_ten a:hover {
        color: #000;
        text-decoration:underline;
}

div.top_ten{
	padding:1px;
	margin:3px;
	background-color:#CDCDCD;
	font-family:Arial;
	color:#FFFFFF;
	font-size:8pt;
}


div.top_ten a.red_selected{
	font-weight: bold;
	color: #c21a31;
	text-decoration: none;
}

