/* CSS Document */
img 
{
   behavior: url("./files/png.htc");
}
#mainTable
{
   background-image:url(../gfx/top-bg1.jpg);
   background-repeat:no-repeat;
}
p,td, a, a:hover, input, textarea
{
   font-family:Tahoma;
   color:#696969;
   font-size:11px;
   text-decoration:none;   
}
a, a:hover
{
   color:#4B6AD5;
}
#main p, #main td, #main a, #main a:hover, #main
{
    line-height:18px;
}
a
{
   text-decoration:underline;
}
#blue, .blue
{
   color:#4B6AD5;
   font-weight:bold;
}
#menu a, #menu a:hover
{
   color:#000000;
   font-family:Tahoma;
   font-size:11px;
   text-decoration:none;
   white-space:nowrap;
}
#menu a:hover
{
   text-decoration:underline
}
#title, .title
{
   /*color:#092D87;*/
   color:#4660A2;
   font-family:"Times New Roman";
   font-size:23px;
   margin-bottom:10px;
}
img
{
   border-color:#9C9C9C;
}
#lang
{
   margin-right:55px;
   margin-top:5px;
}
#lang a, #lang a:hover
{
   font-family:Tahoma;
   font-size:9px;
   color:#B7B6B5;
   text-decoration:none;
   padding-left:20px;
}
#lang a:hover
{
   text-decoration:underline;
}
#submenu ul
{
   margin:1px 0px 0px 0px; 
   padding:0px 0px 0px 0px; 
   list-style-type:none;
}
#submenu ul li
{
   background-color:#F9D5A5; 
   margin:0px 0px 1px 0px; 
   padding-left:31px; 
   background-image:url(../gfx/sub_menu_bullet.gif); 
   background-repeat:no-repeat;
}
#submenu ul li a, #submenu ul li a:hover
{
   height:30px; 
   line-height:30px;
   color:#000000;
   text-decoration:none;
}
#submenu ul li a:hover
{
   text-decoration:underline;
}
#menu_title
{
   height:41px; 
   line-height:41px; 
   background-color:#F4B259; 
   margin:1px 0px 0px 0px; 
   padding-left:20px; color:#54360D; 
   font-size:12px; font-weight:bold; 
   background-image:url(../gfx/menu-title-bullet.gif); 
   background-repeat:no-repeat;
}
input.button
{
  width:200px;
  height:25px;
}