/* CSS Document */
<style>
A {font-family:Arial; font-size:10px}
A:link {color:#FFFFFF}
A:visited {color:#FFFFFF}
A:hover {color:#1F1F1F}
A {text-decoration: none}



h1
{
font-family: Verdana;
color: #FFFFFF;
font-weight: normal;
font-size: 8pt;
}

table.main
{
width: 900px;
padding:0px;
}


td.body
{
width:900px;
height: 550px;
background-color: #3A7EE3;
border: 3px solid white;
}

td.leftcol
{
width:200px;
height: 550px;
background-color: #3A7EE3;
}

td.centercol
{
width:494px;
height: 550px;
background-color: #3A7EE3;
}

td.rightcol
{
width:200px;
height: 550px;
background-color: #3A7EE3;
}

td.body_fill
{
width:450px;
height: 80px;
text-align: right;
background-color: #3A7EE3;
}

td.body_area
{
width:450px;
height: 470px;
background-color: #3A7EE3;
}


td.menu_one
{
width: 200px;
height: 20px;
background-color: #3A7EE3;
border-top: 1px dotted white;
border-bottom: 1px dotted white;
}

td.menu_two
{
width: 200px;
height: 15px;
background-color: #3A7EE3;
}

span.main_menu
{
color: #FFFFFF;
font-family: Verdana;
text-align: left;
font-weight: normal;
font-size: 10pt;
}

span.sub_menu
{
color: #FFFFFF;
font-family: Verdana;
text-align: left;
font-weight: normal;
font-size: 10pt;
}

h2
{
font-family: Verdana;
color: #FFFFFF;
font-weight: normal;
font-size: 20pt;
}

p.body_text
{
color: #FFFFFF;
font-family: Verdana;
text-align: left;
font-weight: normal;
font-size: 10pt;
}

</style>