html,body{
 margin:0px;
 padding:0px;
 width:100%;
 height:auto;
 font-family:Tahoma;
}

body {
 background-color:#232323;
}

.page_title{
 color:#EED261;
 font-size:30px;
 font-weight:normal;
}

.page_title_medium{
 color:#EED261;
 font-size:14px;
 font-weight:bold;
}

.page_title_small{
 color:#EED261;
 font-size:10px;
 font-weight:bold;
}


a.page_title_link{
 color:#EED261;
 font-weight:normal; 
}

.page_text{
 color:#BDBDBD;
 font-size:11px;
 font-weight:normal;
}

.sub_page_bg{
 background-image:url(/images/subpage_bg.jpg);
 background-repeat:no-repeat;
 background-position:center top;
}

.main_tab{
 padding:0px;
 margin:0px;
 width:100%;
}


td.left_bg{
   background-image:url(/images/mn_lt_line.jpg);
   background-position:right top;
   background-repeat:no-repeat;
   width:auto;
  }

td.right_bg{
   width:auto;
   background-image:url(/images/mn_rt_line.jpg);
   background-position:left top;
   background-repeat:no-repeat;
  }


td.left_bg_bt{
   background-image:url(/images/main_lt_bot.jpg);
   background-position:right top;
   background-repeat:no-repeat;
   width:auto;
  }

td.right_bg_bt{
   width:auto;
   background-image:url(/images/main_rt_bot.jpg );
   background-position:left top;
   background-repeat:no-repeat;
  }
  
  a {
   color:#FFFFFF;
  }
  
  a.news_pl{
    font-weight:12px;
	color:#FFFFFF;
     text-decoration:none;
  }

 a.news_pl u{
     background-color:#000000;
     text-decoration:none;
	 padding:2px;
	 padding-left:4px;
	 padding-right:4px;
	 padding-bottom:4px;
  }
