/* Link */

A:LINK {color : #666666 ; text-decoration : none; }
A:VISITED {color #666666: 	; text-decoration : none; }
A:HOVER  {color : #666666; text-decoration : underline; }
H1, H2, H3 {color : #666666; font-family : Verdana, Arial, Helvetica, sans-serif;}
BODY {background-color : white;font-family : Verdana, Arial, Helvetica, sans-serif;}

/* Nav */

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 10px;
width: 150px;
background-color: #CCCCCC;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #001B46;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #001B46;
color: #fff;
}

.txt_ue {
	font-size: 14px;
	font-weight: bold;
	color: #001B46;
}
.txt {
	font-size: 12px;
	color: #001B46;
	font-weight: normal;
    line-height: 18pt;
}

.txt_bo {
	font-size: 12px;
	color: #001B46;
	font-weight: bold;
}

.txt_red {
	color: #C0504E;
	font-weight: bold;
}

.footer {
	color: #FFF;
}
