@charset "UTF-8";
.Default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.BoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
}
.BoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #168F2B;
}
.DefaultWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.DefaultSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a:link
{
    text-decoration:none;
}

a:visited
{
    text-decoration:none;
}

a:active
{
    text-decoration:none;
}

a:hover
{
    text-decoration:none;}


.submenu_container
{
    background-color:#bfcdda;
    background-image:url('/images/smbg.jpg');
    font-size:10px;
    height:32px;
}

.submenu_el
{
    background-image:url('/images/smdiv.gif');
    background-repeat:no-repeat;
    background-position:right top;
    height:32px;
    padding-top:10px;
    text-align:center;
    float:left;
    padding-left:10px;
    padding-right:10px;
}

.submenu_endel
{
    height:32px;
    padding-top:10px;
    text-align:center;
    float:left;
    padding-left:10px;
    padding-right:10px;
}

a.smlink:link
{
    color:#013068;
    text-decoration:none;
}

a.smlink:visited
{
    color:#013068;
    text-decoration:none;
}

a.smlink:active
{
    color:#eee;
    text-decoration:underline;
}

a.smlink:hover
{
    color:#eee;
    text-decoration:underline;
}
