body
{
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 80%;
}

table.main
{
 width: 100%;
 position: absolute;
 top: 0px;
}

table.top_bar
{
 width: 100%;
 background-color: black;
 text-align: center;
 vertical-align: middle;
}

table.blue_bar
{
 background-image: url("../images/bluebar.gif");
 background-repeat: repeat-x;
 width: 100%;
}

table.content
{
 width: 100%;
 text-align: left;
 vertical-align: top;
}

table.bottom_blue
{
 background-image: url("../images/bluebottom.gif");
 background-repeat: repeat-x;
 width: 100%;
}

table.bottom_black
{
 background-color: black;
 width: 100%;
 height: 30px;
 color: white;
 text-align: center;
 font-size: 10pt;
}

td.title
{
 width: 780px;
}

td.blue_line
{
 background-color: #6666CC;
 height: 2px;
}

td.blue_bar
{
 width: 100%;
 height: 30px;
 vertical-align: top;
 text-align: left;
}

td.bottom_blue
{
 width: 100%;
 height: 22px;
}

p.main_text
{
 margin-left: 100px;
 margin-right: 100px;
}

t.main_text
{
 margin-left: 100px;
 margin-right: 100px;
}

span.indent
{
 margin-left: 30px;
}

p.title_img
{
 text-align: center;
}

p.bottom_menu
{
 text-align: center;
 font-size:75%;
}

p.copyright
{
 color: #FFFFFF;
 text-align: center;
 font-size: 75%;
}

span.bold
{
 font-weight: bold;
}

a.bi
{
 font-style: italic;
 font-weight: bold;
}
