
body
 {
  background: url(bg.png) repeat-x; 
  background-color: #E0EDF3; 
 }

.headr
 {
  background: url(header_256.png) repeat-x; 
 }

A
  {
  text-decoration : none;
  color: #666666;
  }

A:hover
  {
  text-decoration : underline;
  color: #333333;
  }

.lang, .lang_active
 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
 }
.lang_active
 {
  background: url(lang_bg_active.png) repeat-x; 
  background-color: #333333; 
  color: #FFFFFF;
 }
.lang A, .lang A:hover
 {
  color: #333333;
 }
.lang_active A, .lang_active A:hover
 {
  color: #ffffff;
 }

.menu, .menu_active
 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left:20px;
  padding-right:20px;
 }
.menu_active
 {
  background: url(menu_bg_active.png) repeat-x; 
  background-color: #333333; 
  color: #FFFFFF;
 }
.menu A, .menu A:hover
 {
  color: #333333;
 }
.menu_active A, .menu_active A:hover
 {
  color: #ffffff;
 }


.large
  {
  text-transform: uppercase;
  font-size : 14px;
  color: #319ACA;
  font-weight: bold;
  }

.submenu
  {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #343434;
  font-weight: bold;
  }
.submenu A
  {
  text-decoration : none;
  color: #343434;
  }
.submenu A:hover
  {
  text-decoration : underline;
  color: #999999;
  }

td, .default, .table, .errdefault, .button, .defaultinput
  {
    font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #333333;
  }

P, UL, OL
  {
  margin-top: 0px; margin-bottom: 0px;
  }
LI { margin-top: 5px; margin-bottom: 5px; }

.errdefault
  {
  font-weight: bold;
  color: #CC0000;
  }

.button { color: #FFFFFF; font-weight: bold; background: #161513; padding: 5px; border: 0px solid; border-color: #CACACA #8B8B8B #8B8B8B #CACACA; background-image: url(button.png); cursor: hand; }

.defaultinput
  {
    }

