/* CSS Document */

span.header1
{
font-size: 1.2em;
font-weight: bold;
color: #000066;
}

span.header2
{
font-size: 1.0em;
font-weight: bold;
color: #000066;
}

span.important
{
font-size: 0.9em;
font-style: italic;
color: #FF0000;
}

td.content
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

ul.main
{
font-size: 1.0em;
list-style-type: square;
font-weight:400;
}