/* ================================
   EnhancedHtml Module
   ================================ */

.EnhancedHtmlTitlePage
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:navy;
}

.EnhancedHtmlLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkgray
}

A.EnhancedHtmlLink:link
{
    text-decoration: none;
    color: black;
}

A.EnhancedHtmlLink:visited
{
	color: olive;
	text-decoration: none;
}

A.EnhancedHtmlLink:active
{
    text-decoration: none;
    color: green;
}

A.EnhancedHtmlLink:hover
{
    text-decoration: none;
    color: red;
}

