/* CSS Document */

@media screen {

BODY { 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px, 0px, 0px, 0px;   
}

H1 { 
padding: 0px 0px 0px 0px; 
font-weight: 900;
font-family: Times New Roman, serif;
text-align: center;
}


H2 { 
padding: 0px 0px 0px 0px;  
font-weight: 700;
font-family: Times New Roman, serif;
text-align: center; 
}

H3 { 
padding: 0px 0px 0px 150px; 
font-weight: 600;
font-style: bold;
font-family: Times New Roman, serif;
}

H4 { 
padding: 0px 0px 0px 150px; 
font-weight: 600;
text-decoration: underline;
font-family: Times New Roman, serif;
}

P {
padding: 0px 0px 0px 0px; 
font-family: Times New Roman, serif;
font-weight: 600;
}

P.bodytext {
padding: 0px 0px 0px 150px; 
font-family: Times New Roman, serif;
font-weight: 600;
}

li.bodytext {

padding: 0px 0px 0px 150px; 
font-family: Times New Roman, serif;
font-weight: 600;
}

table.bodytext {
padding: 0px 0px 0px 150px;
}

A {
padding: 0px 0px 0px 0px;
font-family: Times New Roman, serif;
font-weight: 600;
}

strong {
text-decoration: underline;
}

div.fixed {
position: fixed; 
z-index: 2;
background: url('barmid.gif') left;
top: 80px;
left: 0px;
width: 150px;
height: 375px;
padding-top: 27px;
}

div.scroll{
z-index: 1;
background: url('bar.gif') repeat-y left;
height: auto;
}



.header{}

.footer{}


} /*close @media screen*/
