body {
    padding:0px;
    margin:0px;
    background-color:black;
    font-size:10px;
    font-family: Verdana;
    color:#777777;
    font-weight:normal;
    text-align:justify;
}
table.global{
    width:100%;
    height:100%;
}
div.block{
    border:1px solid #484848;
    font-size:10px;
    padding:5px;
    padding-top:15px;
    padding-right:10px;
    padding-left:10px;
    background-image:url('img/content.top.bg.gif');
    background-repeat:repeat-x;
    background-position: top left;
    color:#777777;
}
div.content{
    font-size:10px;
    padding:5px;
    padding-top:0px;
    padding-right:10px;
    padding-left:10px;
    color:#777777;
}

div.content p{
    font-size:10px;
}

div.content p.news{
    background-image:url('img/dottedline.bg.gif');
    background-repeat:repeat-x;
    background-position: bottom left;
    font-size:10px;

    padding-bottom:5px;
    color:#777777;
}
div.content img{
    margin:5px;
    border:1px solid #484848;
}
div.content img.txt{
    margin:0px;
    border:0px solid #484848;
}
div.content p.header{
    padding-bottom:10px;
    background-image:url('img/header_underbg.gif');
    background-repeat:repeat-x;
    background-position: bottom left;  
}

img.prev{
    margin-bottom:5px;
    margin-top:5px;
    border:1px solid #484848;
    padding:0px;
}
div.g_item{
   float:left;
   wdth:180px;
   padding-left:5px;
   padding-right:15px; 
   padding-bottom:5px;
}
div.g_item img.img{
       border:1px solid #484848;
}
td.dotted{
    background-image:url('/img/dottedline.bg.gif');background-repeat:repeat-x;background-position:bottom left;
}