body
{
font-family: verdana, arial, 'sans serif'; 
font-size: 9pt;
/*color: #002952;*/
color: #000000;
}

#login
{
border-style: solid;
border-color: #BDC6CE;
border-width: 1px;
text-align: center;
margin: 5% 20% 5% 20%;
padding: 30px;
background-image: url(../images/div_bg.jpg);
background-repeat:no-repeat;
background-position: center center;
}

#logo
{
margin: 1px;
border-style: solid;
border-color: #ffffff;
border-width: 0px;
text-align: center;
}

h1
{
font-style: bold;
font-size: 14pt;
color: #002952;
}

h2
{
font-style: bold;
font-size: 12pt;
color: #002952;
}

h3
{
font-style: bold;
font-size: 10pt;
color: #002952;
}
 
p, h1, h2, h3, table, li, hr
{
margin-left: 10pt;
}

p,li,th,td
{
font-size: 75%;
}

h1,h2,h3,hr
{
color: #DE4231;
}

a:link {COLOR: #DE4231; text-decoration: none;}
a:visited {COLOR: #002152; text-decoration: underline;}
a:active {COLOR: #DE4231; text-decoration: underline;}
a:hover {COLOR: #DE4231; text-decoration: underline;}

a.content:link {COLOR: #DE4231; text-decoration: none;}
a.content:visited {COLOR: #002152; text-decoration: underline;}
a.content:active {COLOR: #DE4231; text-decoration: underline;}
a.content:hover {COLOR: #DE4231; text-decoration: underline;}


