/* CSS Document */

*{
    margin:0px;
    padding:0px;
    border:0px;
    }
    
p{
    margin:0px;
    padding:0px;
    border:0px;
    font-size:100%;
    font-weight:normal;
    font-style:normal;
    }    

body {
    background:#222222 url(./img/body_bg.gif) repeat-x;
    margin:30px 0;
    padding:0;
    color:#FFFFFF;
}

body, table {
    font-size:12px;
}

table.about th {
    font-weight:bold;
    text-align:left;
    width:100px;
    padding:3px 0;
    line-height:1.5em;
}

table.about td {
    line-height:1.5em;
    padding:3px 0;
}

table.about td.line {
    background:url(./img/line_dot.gif) repeat-x center;
}

table.about a {
    color:#FFFFFF;
    text-decolation:underline;
}

p.style1{
        color:#FF0000;
        font-weight:bold;
        }
p.style2{
        line-height:140%;
        margin-top:5px;
        }
p.style3{
        font-weight:bold;
        margin-top:10px;
        }        





a#media_data{
    height:12px;
    width:145px;
    text-indent:-10000px;
    background:url(img/btn_media.gif) no-repeat 0 0;
    display:block;
}

a#media_data:hover{
    background-position:0 -12px;
}


