@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}
html {
	height: 100%;
}
#feed {
	margin: 12px;
}
.feed_title {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #272727;
	display: block;
	padding: 6px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.feed_date {
	font-size: 12px;
	font-style: italic;
	text-transform: none;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#header {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
	font-weight: bold;
}#header_title {
	line-height: 36px;
	padding-left: 12px;
}
#inside_news {
	margin: 16px;
	padding-bottom: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	height: 100%;
}
