BODY{
margin: 0 auto;
padding: 0;
text-align: center;
}
A{
color:#909090;
text-decoration:underline;
}
A:HOVER{
color:#303030;
text-decoration:none;
}

DIV#container{
width: 650px;
margin: 0 auto;
padding: 0;
text-align: center;

}

DIV#header{
margin: 0 auto;
padding: 24px;
}
#header{
font-size: 18px;
font-weight: normal;
color: #909090;
text-align: center;
text-decoration:none;
}


H1.h1{
margin: 3px;
padding: 8px;
padding-left: 16px;
text-align: left;

font-size: 14pt;
font-weight: bold;
color: #909090;

border-width: 1px;
border-color: #909090;
border-style: solid;

}

H2.h2{
margin: 3px;
padding: 4px;
padding-left: 36px;
text-align: left;

font-size: 12pt;
font-weight: bold;
color: #909090;

border-width: 0 0 1px 0;
border-color: #909090;
border-style: dotted;

}

H3.h3{
margin: 3px;
padding: 4px;
text-align: left;

font-size: 9pt;
font-weight: bold;
color: #909090;

border-width: 1px 1px 1px 10px;
border-color: #909090;
border-style: solid;


}

DIV.main{
margin: 0 auto;
padding: 18px;
text-align: left;

color: #666;
font-size: 11pt;
font-weight: normal;
line-height: 1.3;

}


DIV.footer{
margin: 3 auto;
padding: 4px;
text-align: center;

color: #909090;
font-size: 11pt;
font-weight: normal;
line-height: 1;
}













table{
font-size:9pt;
line-height:1.6;
}

table#line{
color:black;
border-color:black;
border-width:1px;
border-style:solid;
background-color:white;
}

table#black{
color:silver;
border-color:black;
border-width:1px;
border-style:solid;
background-color:black;
}

td#line{
color:black;
border-color:black;
border-width:1px;
border-style:solid;
background-color:white;
}

