/*
 *  TSD Style Sheet
 *  Copyright © 1997 Temporary Sanity Designs
 *  October 12, 1997
 */

/* Headers */

H3 {font-size: 14pt;
    font-weight: bold;
    font-family: "Futura Md BT, Verdana, Arial, Helvetica, sans-serif";}

H4 {font-size: 12pt;
    font-weight: bold;
    font-family: "Futura Md BT, Verdana, Arial, Helvetica, sans-serif";}

/* Body */

BODY {font-size: 10pt;
    font-family: Verdana;}
TABLE {font-size: 10pt}	/* IE4 fix */

FONT.header {font-size: 11pt}
FONT.header2 {font-size: 10pt}
FONT.link {font-size: 12pt}

SPAN.footer {font-size: 9pt;
    font-weight: light;
    font-family: "Futura Md BT, Verdana, Arial, Helvetica, sans-serif";}

/* Links (no underlines) */

A:link {color: #9999FF; text-decoration: none}
A:visited {color: #FF99FF; text-decoration: none}
A:active {color: #FF9999; text-decoration: none}
