/* Custom Classes */

a:link {

            font-family: "Verdana", Helvetica, sans-serif;

            font-size: 1.0em;

            font-style: normal;

            line-height: normal;

            font-weight: normal;

            color: #003366;

            text-decoration: underline;

}

a:visited {

            font-family: "Verdana", Helvetica, sans-serif;

            font-size:  1.0em;

            font-style: normal;

            line-height: normal;

            font-weight: normal;

            font-variant: normal;

            color: #003366;

            text-decoration: underline;

}

a:active {

            font-family: "Verdana", Helvetica, sans-serif;

            font-size:  1.0em;

            font-style: normal;

            line-height: normal;

            font-weight: normal;

            font-variant: normal;

            color: #003366;

            text-decoration: underline;

}

a:hover {

            font-family: "Verdana", Helvetica, sans-serif;

            font-size:  1.0em;

            font-style: normal;

            line-height: normal;

            font-weight: normal;

            font-variant: normal;

            color: #ffffff;

            text-decoration: underline;

            background-color: #003366;
			}

