@charset "utf-8";

body
{
/*
    scrollbar-face-color: black;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: red;
    scrollbar-3dlight-color: blue;
    scrollbar-arrow-color: yellow;
    scrollbar-track-color: green;
    scrollbar-darkshadow-color: cyan;
*/
  margin: 0px;
	padding: 0px;
  background-image: url('../img/page_bgr.gif');
}

td { vertical-align: top;  font: 12px arial;}

/* ========= language ========== */

td.language_top_menu { font: bold 10px arial; }
a.language_top_menu { font: bold 10px arial; color: black; text-decoration: none; }
a.language_top_menu:hover { text-decoration: underline; }

/* ========= main ========== */

td.main_menu { background-image: url('../img/top_menu_bgr.gif'); text-align: center; vertical-align: middle; font: bold 12px arial; } 
a.main_menu { font: bold 12px arial; color: black; text-decoration: none; }
a.main_menu:hover { text-decoration: underline; }

.page_title { vertical-align: middle; color: #A9B1B4; font: 18px arial; }

td.page_bottom 
{ 
  background-image: url('../img/main_bgr.gif'); 
  text-align: center; vertical-align: middle; 
  font: bold 10px arial; 
  color: black; 
  height: 44px;
}
a.page_bottom { font: bold 10px arial; color: #FF5353; text-decoration: none; }
a.page_bottom:hover { text-decoration: underline; }

/* ========= news ========== */

.news_column { 
  background-image: url('../img/news_bgr.gif'); 
  font: 11px arial; color: black;
  padding-left: 10px; padding-right: 10px; 
}
.news_date { font: bold 11px arial; color: #FF5353; }
a.news_link { font: 11px arial; color: #FF5353; text-decoration: none; }
a.news_link:hover { text-decoration: underline; }


