/*** Default Hyperlink ***/
a:link
{
   color: #2A417E;
}
a:visited
{
}
a:active, a:hover
{
   color: #0000EE;
}

/*** Sub-Header Hyperlink ***/
a.subh:link, a.subh:visited
{
   color: #000000;
}
a.subh:active, a.subh:hover
{
   color: #0000EE;
}


/*** Header Menu Hyperlink ***/
.ihmenu
{
   font-size: 12px;
   line-height: 1.5;
   padding-right: 4px;
}
a.ihmenu:link, a.ihmenu:visited
{
   color: white;
   text-decoration : underline;

}
a.ihmenu:active, a.ihmenu:hover
{
   color: #FF0000;
   text-decoration : underline;
}

/* Really our Heading level 1 */
H4
{
   font-size: 10pt;
   color: white;
   /* font-weight: bold; */
   background-color: #000080;

   padding: 2 5 2;
   border: 0; 
   margin: 24 0 12;
}
