*{
    margin:0;
    padding:0;
    border:none;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    color:#666;
    line-height:1.7em;
    background-color:transparent;
}

body{background:#000 url('img/bg.jpg') right top no-repeat;} 
br{line-height:normal;}
p{padding:5px 20px;background:url('img/p.gif') left repeat-y;}
p.g{padding:10px 20px;background:url('img/p.gif');text-align:right;}
p.menu{padding:5px 20px;background:#222 url('img/p.gif');text-align:center;font-weight:bold;color:#999;letter-spacing:0.2em;}

a{text-decoration:none;}
a:link,a:visited,a:active{color:#999;}
a:hover{color:#6e298b;}

textarea{border:1px solid #333;}
input{border:1px solid #333;margin:1px 0;padding:1px;color:#999;}
select{
    color:#333;
    margin:1px 0;
    background-color:#ccc;
    border:1px solid #333;
}


h1{
    color:#fff;
    letter-spacing:0.5em;
    border:1px solid #6e298b;
    border-width:1px 0;
    height:50px;
    line-height:50px;
    background:#000 url('img/bg.jpg') right center no-repeat;
    text-align:center;
    font-family:"Century Gothic";
    font-size:20pt;
    font-weight:normal;
}
h2{
    margin:20px 0 5px;
    padding:0 25px;
    color:#999;
    height:30px;
    line-height:30px;
    letter-spacing:0.4em;
    background:#000 url('img/h2.gif') left center no-repeat;
}
h3{}
h4{}

div.g{height:450px;overflow:auto;}
div.title{
    margin-top:20px;
    padding:0 25px;
    color:#999;
    background:#000 url('img/tbg.gif') right center no-repeat;
    font-weight:bold;
    height:30px;
    line-height:30px;
    text-align:right;
}


dl.b200{
    margin:5px;
    padding:10px;
    float:left;
    width:200px;
    border:1px dotted #000;
}
dl.b200 dt{
 margin:2px 0;
 }
dl.b200 dd{
 margin-left:5px;
 padding:1px 5px;
 border-left:5px solid #f1f4e1;
}

br.clear{ 
 clear:both;
 line-height:0px;
}

table.tbl{
    table-layout: fixed;
    border-top:1px solid #6e298b;
    border-left:1px solid #6e298b;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    width: 430px;
}
.tbl th{
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    color:#000000;
    background-color:#000000;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.tbl td{
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:0.3em 1em;
}


table.tbl2{
    table-layout: fixed;
    border-top:1px solid #6e298b;
    border-left:1px solid #6e298b;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    width: 70%;
}
.tbl2 th{
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    color:#000000;
    background-color:#000000;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.tbl2 td{
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:0.3em 1em;
}
