html, body, td, input {
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 8pt;
        color: #000000;
        }
a       {
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 8pt;
        color : #000000;
        text-decoration : none;
        }
a:active{
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 8pt;
        color : #000000;
        font-weight : normal;
        text-decoration : none;
        }
a:hover {
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 8pt;
        color : #444444;
        font-weight: normal;
        text-decoration : underline;
        }
a.noHover:hover {
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 8pt;
        color : #000000;
        font-weight: normal;
        text-decoration : none;
        }
