@charset "iso-8859-1";  

body {
    margin-top:10px; 
    background-color:#000;
    background-image:url(../../include/bgmetro.jpg);
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:9pt;
    color:#555;
    }

/* header & footer section styles */
#top {
    margin:0px auto;
    width:860px;
    background-color:#fff;
    height:5px;
    }  

#footer {
    clear:both;
    margin:0px auto;
    width:860px;
    background-color:#fff;
    height:5px;
    }  

#wrapper {
    clear:both;
    margin:0px auto;
    width:860px;
    height:100%;
    overflow:hidden;
    background-color:#fff;
    background-image:url(../../include/bg_nm.jpg);
    background-repeat:repeat-y;
    }

#wrapper .leftcol {
    float:left;
    position:relative;
    }

#leftbar {
    float:left;
    width:40px;
    }

#mainbar {
    float:left;
    width:820px;
    }


.hdr1{
    float:left;
    color:#eee;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    padding-top:8px;
    width:815px;
    height:32px;
    background-color:#000;
    background-image: url(../../include/bg40h.jpg);
    }      

.hdr2 {
    float:left;
    margin-top:2px;
    text-align:center;
    font-size:8pt;
    width:815px;
    }      


.h1w1 {
    float:left;
    margin-top:5px;
    width:195px;
    padding-left:5px;
    color:#fff;
    line-height:15px;
    font-size:8pt;
    font-weight:bold;
    text-align:center; 
    background-color:#c00;
    background-image:url(../../include/bg40h.jpg);
    }
.h1w2 {
    float:left;
    margin-top:5px;
    margin-left:5px;
    width:195px;
    padding-left:5px;
    color:#fff;
    line-height:15px;
    font-size:8pt;
    font-weight:bold;
    text-align:center; 
    background-color:#c00;
    background-image:url(../../include/bg40h.jpg);
    }


.l1 {
    float:left;
    margin-top:5px;
    padding-left:5px;
    width:195px;
    line-height:20px;
    text-align:center;
    background-color:#eee;
    }
.l2 {
    float:left;
    margin-top:5px;
    margin-left:5px;
    padding-left:5px;
    width:195px;
    line-height:20px;
    text-align:center;
    background-color:#eee;
    }

.c {
    float:left;
    margin-top:5px;
    margin-left:5px;
    width:200px;
    line-height:20px;
    text-align:center;
    background-color:#eee;
    }


a:link {
    color:#a00;
    text-decoration:none;
    }
a:hover {
    color:#444;
    text-decoration:none;
    letter-spacing:1px;
    font-weight:bold;
    }
a:visited {
    color:#a00;
    text-decoration:none;
    }


