/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
background-color: #0B3294;
font-size: 14px;
}

img {
    border: 0;
}

a:link{ font-weight: bold; color:##0B3294; }
a:visited{ font-weight: bold; color:##0B3294; }
a:hover{ font-weight: bold; color:#DCAC0E; }
a:active{ font-weight: bold; color:#DCAC0E; }

a.bottom:link{ font-weight: bold; color:#ffffff; }
a.bottom:visited{ font-weight: bold; color:#ffffff; }
a.bottom:hover{ font-weight: bold; color:#FFC608; }
a.bottom:active{ font-weight: bold; color:#FFC608; }

a.left:link{ font-weight: bold; color:#B30305; font-size: 12px; }
a.left:visited{ font-weight: bold; color:#B30305; font-size: 12px; }
a.left:hover{ font-weight: bold; color:#000000; font-size: 12px; }
a.left:active{ font-weight: bold; color:#000000; font-size: 12px; }

.company_name
{
font-style: italic;
font-weight: bold;
}

hr
{
color:#0064D8;
}

h3
{
color:#B30305;
font-size: 18px;
}

h1
{
font-size: 20px;
}

/*----Header Div----*/

#header
{
background-color:#B30305;
padding: 3px;
color: #ffffff;
font-weight: bold;
}

