body {
	background-color: #030303;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(back.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.copy {
	font-size: 11px;
	color: #3b4440;
}

.copy a{
	font-size: 11px;
	color: #3b4440;
}
.copy a:hover {
	font-size: 11px;
	color: #7c8a85;
}
.lang{
	font-size: 13px;
	color: #7c8a85;
}
.lang:hover {
	font-size: 13px;
	color: #a1b4ad;
}
.menu_select{
	font-size: 21px;
	color: White;
	text-align: right;
}
.menu{
	font-size: 14px;
	color: #7c8a85;
	text-decoration: none;
}
.menu:hover {
	font-size: 14px;
	color: #a1b4ad;
	text-decoration: none;
}
.date{
	font-size: 11px;
	color: White;
	background-color: Red;
	padding-left:5px;
	padding-right:5px;
}
.title{
	font-size: 28px;
	color: #d4ddcc;
}
.news_title{
	font-size: 18px;
	color: #ffffff;
}
.p_gray{
	font-size: 12px;
	color: #7c7a7a;
	text-align: justify;
	text-decoration: none;
}
.p_gray:hover{
	font-size: 12px;
	color: #a1b4ad;
	text-align: justify;
	text-decoration: underline;
}
.grayLink{
	font-size: 12px;
	color: #7c7a7a;
	text-align: justify;
	text-decoration: underline;
}
.grayLink:hover{
	font-size: 12px;
	color: #a1b4ad;
	text-align: justify;
	text-decoration: underline;
}
.whiteLink{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.whiteLink:hover{
	font-size: 12px;
	color: #7c7a7a;
	text-decoration: underline;
}
p{
	font-size: 12px;
	color: White;
	text-align: justify;
}
a{
	font-size: 12px;
	color: #7c8a85;
	text-decoration: underline;
}
a:hover{
	font-size: 12px;
	color: #a1b4ad;
	text-decoration: none;
}
.a_big{
	font-size: 18px;
	color: #7c8a85;
	text-decoration: underline;
}
.a_big:hover{
	font-size: 18px;
	color: #a1b4ad;
	text-decoration: none;
}
.num{
	font-size: 50px;
	color: #7c8a85;
}
.num_red{
	font-size: 50px;
	color: #d5332a;
}
.year
{
	font-size: 28px;
	color: #666666;
}

.grayLine
{
	background:#959595;
	color:#ffffff;
	padding: 2px 2px 2px 10px;
	width:100%;
}


.yearTable
{
	background: #d5332a;
	color:#000000;
}