/* CSS Document */

body{
       margin:0px;
       padding:0px;
       background:#fff url(images/bg.gif) repeat-x;
       font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pds{
       width:753px;
       margin:auto;
}
.left{
       width:206px;
       float:left;
}
.right{
       width:535px;
       float:left;
       padding-left:10px;
}
.news-t{
       background: #f6f6f6;
       width: 400;
       height: 20;
       padding:2px;
       font-size: 13px;
}
.menus{
       background:url(images/m-menu.gif);
       width: 206;
       height: 50;
       padding:25px 0px 7px 40px;
}
.menu{
       background:url(images/m-tlo.gif) repeat-y;
       padding:5px;
}
.menu a{
       background:url(images/dot.gif) no-repeat center left;
       display:block;
       padding:2px 0px 2px 35px;
       font-size:11px;
       color:#4685C7;
       text-decoration:none;
}
.menu a:hover{
       background:url(images/dot2.gif) no-repeat center left;
       color:#4685C7;
       text-decoration:none;
}
.tresc{
       font-size:11px;
       line-height:14px;
       color:#999999;
}
a{
       color:#006699;
}
