@CHARSET "UTF-8";

ul {
	list-style-image: url('/graph/bullet.png');
}

.title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

li, p, td {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
}

.news_title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #56AA04;	
}

.news_date {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #56AA04;
}

.news_body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #56AA04;
	padding-top: 10px;
	text-decoration: none;
}

.help_link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.help_link_small {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.news_title_first {
	font-family: Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;	
}

.news_date_first {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.news_body_first {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
}

.top_menu {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('/graph/menu/middle.png');
	background-repeat: repeat-x;
}

.top_menu_inactive {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #56AA04;
	background-image: url('/graph/menu/middle_inactive.png');
	background-repeat: repeat-x;
}

.top_link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_link_inactive {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #56AA04;
	text-decoration: none;
}

.bottom_line {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url('/graph/bottom_line.png'); 
	background-repeat: repeat-x; 
	padding-left: 16px;
}

