a:active, a:visited, a:link, a {
	color: #000;
	/*font: 10px sans-serif;*/
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #888;
	/*font: 10px sans-serif;*/
	text-decoration: none;
	font-weight: bold;
}

a.black_thin:active, a.black_thin:visited, a.black_thin:link, a.black_thin {
	color: #000;
	/*font: 9px sans-serif;*/
	text-decoration: none;
	font-weight: normal;
        line-height: 150%;
}

a.black_thin:hover {
	color: #888;
	/*font: 9px sans-serif;*/
	text-decoration: none;
	font-weight: normal;
}

a.black_small:active, a.black_small:visited, a.black_small:link, a.black_small {
	color: #000;
	/*font: 6px sans-serif;*/
	text-decoration: none;
	font-weight: normal;
}

a.black_small:hover {
	color: #888;
	/*font: 6px sans-serif;*/
	text-decoration: none;
	font-weight: normal;
}

a.blue:active, a.blue:visited, a.blue:link, a.blue {
	color: #00f;
	/*font: 12px sans-serif;*/
	text-decoration: none;
	font-weight: normal;
        line-height: 150%;
}

a.blue:hover {
	color: #f00;
	/*font: 12px sans-serif;*/
	text-decoration: none;
	font-weight: normal;
}

a.blue_underline:active, a.blue_underline:visited, a.blue_underline:link, a.blue_underline {
	color: #00f;
	/*font: 9px sans-serif;*/
	text-decoration: underline;
	font-weight: normal;
}

a.blue_underline:hover {
	color: #f00;
	/*font: 9px sans-serif;*/
	text-decoration: underline;
	font-weight: normal;
}

h1.header a,
.header {
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

div.news_header {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

div.news_content {
	margin-bottom: 10px;
}

