body {
	font-family: Verdana;
	font-size: 12px;
	color: #f5e444;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0c3762;
}
.timestamp {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.poster {
	font-size: 10px;
	font-weight: normal;
	color: #333333;		
}
.news_theme{
	font-size: 10px;
	font-weight: bold;
	color: #0c3762;
}
.full_news_link{
	font-size: 10px;
	font-weight: bold;	
	color: #0c3762;
}
.table_header_left {
	background-image: url(../pictures/news_table_header_left.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 224px;
	height: 15px;	
	background-color: #F0F0F0;
}
.table_header_middle {
	background-image: url(../pictures/news_table_header_middle.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;	
	height: 15px;	
	background-color: #F0F0F0;
}
.table_header_right {
	background-image: url(../pictures/news_table_header_right.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 224px;
	height: 15px;	
	background-color: #F0F0F0;
}
.table_content_up_left {
	height: 15px;
	width: 200px;
	text-align: left;
	padding-left: 20px;
}
.table_content_up_middle {
	margin: 0px;
	padding: 0px;
	height: 15px;
	text-align: center;
}
.table_content_up_right {
	height: 15px;
	width: 200px;
	text-align: right;
	margin: 0px;
	padding-right: 20px;
}
.table_content_up{
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
	text-align: center;
	background-color: #F0F0F0;
}
.table_content {
	font-size: 12px;
	font-weight: normal;
	color: #0c3762;
	text-align: center;
	margin: 10px;
	background-color: #F0F0F0;
	height: 60px;
	width: 560px;
	padding: 0px;
	text-indent: 30px;
}
.table_content_down{
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
	text-align: center;
	background-color: #F0F0F0;	
}
.table_footer_left{
	background-image: url(../pictures/news_table_footer_left.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 224px;
	text-align: center;
	background-color: #F0F0F0;
	background-position: bottom;
}
.table_footer_middle{
	background-image: url(../pictures/news_table_footer_middle.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 15px;
	text-align: center;
	background-color: #F0F0F0;
	background-position: bottom;
}
.table_footer_right{
	background-image: url(../pictures/news_table_footer_right.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 224px;
	text-align: center;
	background-color: #F0F0F0;
	background-position: bottom;
}
.table_frame {
	width: 80%;
	border: 1px solid #000066;
	padding: 0px;	
}
