/* Hypertext style */
/*
A:link {
font-size: 10pt;
color: #008000;
font-weight: 700;
}

A:visited {
font-size: 10pt;
color: #008000;
font-weight: 700;
}

a:hover {
font-size: 10pt;
 font-weight: bold;
 color: #000000;
 text-decoration: underline;
}

a:active {
font-size: 10pt;
 font-weight: bold;
 color: #000000;
 text-decoration: underline;
}
*/

A.nav:link {
font-family: arial,helvetica,charcoal,sans-serif;
font-size: 9pt;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}

A.nav:visited {
font-family: arial,helvetica,charcoal,sans-serif;
font-size: 9pt;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}

A.nav2:link {
font-family: arial,helvetica,charcoal,sans-serif;
font-size: 7pt;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}

A.nav2:visited {
font-family: arial,helvetica,charcoal,sans-serif;
font-size: 7pt;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}
