html{
  height: 100%;
}

body {
	height: 100%;
	background-color: #DDDDDD;
	background-image:url(../image/back_bg.gif);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
}

.back_left{
	background:url(../image/back_left.gif) repeat-y right top;
}
.back_right{
	background:url(../image/back_right.gif) repeat-y left top;
}

a:link, a:visited {
    color:#2E507B;
	text-decoration:none;
}
a:hover {
	color:#2E507B;
	text-decoration:underline;
}


/*---------- HEADER ----------*/
.language{
	font-size:10px;
	font-family: Arial, Verdana, sans-serif;
	background: url(../image/header_lang_back.gif);
	background-repeat:repeat-x;
}
.top_banner{
    background-image:url(../image/top_banner_bg.gif);
	background-repeat:repeat-x;
}
.top_menu{
    background-image:url(../image/top_menu_bg.gif);
	background-repeat:repeat-x;
}

/*---------- NEWS ----------*/
.news-list {
	color:#4A4A4A;
}
.news-list td{
  vertical-align:top;
}
.news_date {
    color:#666666;
	white-space:nowrap;
	padding: 0 8px 0 10px;
	background-image:url(../image/arrow_01.gif);
	background-repeat:no-repeat;
	background-position: 0 6px;
	vertical-align:top;
}
.news_tit {
	padding: 0 0 0 5px;
}
.news_tit a:link, .news_tit a:visited {
  color:#005B88;
	text-decoration:none; 
	font-weight:normal; 
}
.news_tit a:hover {
  background-color:#FFFFBF;
	color:#000000;
	height: 20px;
	font-weight:normal;
}


/*---------- LOCATION ----------*/
.site {
	color:#666666;
	font-size:10px;
	background-image: url(../image/line-p_gray.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
}
.site a:link, .site a:visited {
  color:#606060;
	text-decoration:none;
	font-weight:normal;
}
.site a:hover {
  color:#0066CC;
	text-decoration:underline;
	font-weight:normal;
}


/*---- Font-Size ----*/
.f-09px {
    font-size:9px;
}
.f-10px {
    font-size:10px;
}
.f-11px {
    font-size:11px;
}
.f-12px {
    font-size:12px;
}
.f-13px {
    font-size:13px;
}
.f-15px {
    font-size:15px;
}
