/* CSS Document */

/* Standard MainNavBar Link */
a.mainNav:link {
color: #000099 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 160%;
font-weight: 600;
font-style: italic;
margin-left: 5px;
}

a.mainNav:visited {
color: #000099 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 160%;
font-weight: 600;
font-style: italic;
margin-left: 5px;
}

a.mainNav:focus {
color: #CC0000 ;
text-decoration: none;
}

a.mainNav:hover {
color: #CC0000 ;
text-decoration: none;
}

a.mainNav:active {
color: #CC0099 ;
text-decoration: none;
}

/* Current Page MainNavBar Link */
a.mainNavCurrentPage:link {
color: #CC0099 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 160%;
font-weight: 600;
font-style: italic;
margin-left: 5px;
}

a.mainNavCurrentPage:visited {
color: #CC0099 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 160%;
font-weight: 600;
font-style: italic;
margin-left: 5px;
}

a.mainNavCurrentPage:focus {
color: #CC0000 ;
text-decoration: none;
}

a.mainNavCurrentPage:hover {
color: #CC0000 ;
text-decoration: none;
}

a.mainNavCurrentPage:active {
color: #CC0099 ;
text-decoration: none;
}

/* Sub-Navigation */
a.subNav:link {
color: #0000CC ;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 160%;
font-weight: 600;
margin-left: 15px;
text-decoration: none;
}

a.subNav:visited {
color: #0000CC ;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 160%;
font-weight: 600;
margin-left: 15px;
text-decoration: none;
}

a.subNav:focus {
color: #CC0000 ;
text-decoration: none;
}

a.subNav:hover {
color: #CC0000 ;
text-decoration: none;
}

a.subNav:active {
color: #CC0099 ;
text-decoration: none;
}

/* Current Page MainNavBar Link */
a.subNavCurrentPage:link {
color: #CC0099 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 160%;
font-weight: 600;
margin-left: 15px;
text-decoration: none;
}

a.subNavCurrentPage:visited {
color: #CC0099 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 160%;
font-weight: 600;
margin-left: 15px;
text-decoration: none;
}

a.subNavCurrentPage:focus {
color: #CC0000 ;
text-decoration: none;
}

a.subNavCurrentPage:hover {
color: #CC0000 ;
text-decoration: none;
}

a.subNavCurrentPage:active {
color: #CC0099 ;
text-decoration: none;
}