.content
{
    color: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    text-transform: normal;
    WORD-SPACING: normal;
    text-decoration: none;
	line-height: 12pt;
}
.content A:link    {  COLOR: #333399; text-decoration: underline}
.content A:visited {  COLOR: #333399; text-decoration: underline}
.content A:active  {  COLOR: #333399; text-decoration: underline}
.content A:hover   {  COLOR: #2BD72B; text-decoration: underline}

.title
{
    color: #333399;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    text-transform: normal;
    WORD-SPACING: normal;
    text-decoration: none;
}
.title A:link    {  COLOR: #333399; text-decoration: underline}
.title A:visited {  COLOR: #333399; text-decoration: underline}
.title A:active  {  COLOR: #333399; text-decoration: underline}
.title A:hover   {  COLOR: #2BD72B; text-decoration: underline}

#navigation 
a {
color: #FFFFFF;
font-size:7.5pt;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-transform: none;
background-color:#000269;
display: block;
width: 100%;
padding: 3px 0px 3px 5px;
margin: 0px;
border-right: none;
border-top: none;
border-left: none;
border-bottom: solid 0.05em;
border-color: #96A2AE;

}
#navigation a:hover {
background-color: #2BD72B;
color:#FFFFFF;
}

.left_nav
{
	background-color: #000269;
	border-right: solid 0.20em;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-color: #96A2AE;
}
