﻿<!--
html, body, #layout {
	background-color: #000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

a:hover {
	color: #E2001A;
}

a {
	color: #ffffff;
	text-decoration:none;
}	

#layout {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
 
#element {
	text-align: left;
	width: 800px;
	height: auto;
}

.white_line {
	border-bottom: solid 1px #ffffff;
}

.red_line {
	border-bottom: solid 1px #E2001A;
}

.copywright {
	margin-top: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #999999;
}

.menu_text {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom:2px;
}

.white_text {
	font-family: verdana, geneva, arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;	
}

.red_title {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #E2001A;	
}

.white_title {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.white_title_front {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}

.break18 {
	border-bottom: solid 18px #000000;
}

.news_text {
	font-family: verdana, geneva, arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;	
	text-align:left;
}

.news_text a:hover {
	color: #ffffff;
	font-weight: bold;
}

.news_text a {
	color: #E2001A;
	font-weight: bold;
}

#news_area {
	height: 300px;
	overflow-x: hidden;
}







-->



