a:link {color: #2E5EA0;text-decoration: none;}
a:visited {color: #2E5EA0;text-decoration: none;}
a:hover {color: #2E5EA0;text-decoration: none;font-weight: bold;}
a:active {color: #2E5EA0;text-decoration: none;}

h1
{color: #004000;
font-size: 12pt;
font-family: arial;
font-weight: bold;
margin-left: 10px;
}

body
{
background-color: #808080;
}

p
{color: #808080;
margin-left: 20px;
margin-right: 20px;
text-align: justify;
font-family: arial;
font-size: 9pt;
}

img
{
border: 0px;
}

.center {text-align: center}

input
{
font-family: arial;
font-size: 9pt;
background-color: #ffffff;
border-width: 1px;
border-style: dotted;
border-color: #9e1818;
}

textarea
{
font-family: arial;
font-size: 9pt;
background-color: #ffffff;
border-width: 1px;
border-style: dotted;
border-color: #9e1818;
}

ul
{
list-style-type: circle;
color: #314265;
margin-left: 30px;
margin-right: 20px;
text-align: justify;
font-family: arial;
font-size: 9pt;
}

.centered
{
margin: 0 auto 0 auto;
}

#container
{
margin: 0px auto;
width: 600px;
}

#header
{
width: auto;
}

#sidebar
{
background-color: #ffffff;
width: 146px;
float: right;
border-width: 1px;
border-style: solid;
border-color: #000000;
}

#content
{
background-color: #ffffff;
width: 445px;
float: left;
border-width: 1px;
border-style: solid;
border-color: #000000;
}