.text
{
    font-family: Georgia;
    COLOR: #000000;
    font-size:10pt;
    text-decoration: sharp; 
}
.orange_text
{
    font-family: Georgia;
    COLOR: #ae622e;
    font-size:10pt;
    text-decoration: sharp; 
}
.small_text
{
    font-family: Georgia;
    COLOR: #000000;
    font-size:7pt;
    text-decoration: sharp; 
}
.text_eight
{
    font-family: Georgia;
    COLOR: #000000;
    font-size:8pt;
    text-decoration: sharp; 
}
.alert_text
{
    font-family: Georgia;
    COLOR: #d21e00;
    font-size:10pt;
    text-decoration: sharp; 
}
.title
{
    font-family: Georgia;
    COLOR: #000000;
    font-size:10pt;
    font-weight: bold;
    text-decoration: underline; 
}
.large_title
{
    font-family: Georgia;
    COLOR: #50605c;
    font-size:25pt;
    text-decoration: sharp; 
}

.text_address
{
    font-family: Georgia;
    COLOR: #50605c;
    font-size:10pt;
    font-weight: bold;
    text-decoration: sharp; 
}


A.sidelinks:link 
{
    font-family: Georgia;
    COLOR: #FFFFFF;
    font-size:8pt;
    text-decoration: none; 
}
A.sidelinks:visited {

    font-family: Georgia;
    COLOR: #FFFFFF;
    font-size:8pt;
    text-decoration: none; 
}
A.sidelinks:hover {
    font-family: Georgia;
    COLOR: #FFFFFF;
    font-size:8pt;
    text-decoration: underline; 
}




A:link 
{
    font-family: Georgia;
    COLOR: #ae622e;
    font-size:10pt;
    text-decoration: none; 
}
A:visited {

    font-family: Georgia;
    COLOR: #ae622e;
    font-size:10pt;
    text-decoration: none; 
}
A:hover {
    font-family: Georgia;
    COLOR: #ae622e;
    font-size:10pt;
    text-decoration: underline; 
}



.links
{
    font-family: Georgia;
    COLOR: #FFFFFF;
    font-size:8pt;
    text-decoration: sharp; 
}


html{ 
height: 100%; 
border: 0; 
padding: 0; 
margin: 0; 
} 
body{ 
height: 100%; 
margin: 0; 
padding: 0; 
border: 0; 
background: #d9d9b3;
background: url("graphics/bgpattern.gif");
}
#sidebar
{
  background: #044067 url(graphics/left.jpg) no-repeat scroll top left
}