<!-- Style sheet for web browsers on any platform other than Windows -->

<!-- Pasted in by Kelly to set the stypes for lists and tables
     Also, the courier font on input tags makes the input field widths more consistent
     between IE and Netscape. Finally, the verdana class is needed to override the
     font face on Submit buttons which look really odd with Courier print on them :)
  -->
    TD, P, UL, DIV, SELECT, DL, DD, DT, FONT, BLOCKQUOTE { font-size: 12pt; Arial, Verdana, sans-serif; }
    H3	{ font-size: 16pt; font-family: Arial, Verdana, sans-serif; font-weight: bold; }
    INPUT, TEXTAREA, KBD { font-size: 16pt; font-family: courier new, courier, monospace; }
    SMALL { font-size: 10pt; font-family: Arial, Verdana, sans-serif; line-height: 13pt; }
    SUP   { font-size: 8pt; font-family: Arial, Verdana, sans-serif; }
	h2 { font-family: Arial, Verdana, Helvetica; font-size: 12pt; font-weight : bold}
	h4 { font-family: Arial, Verdana, Helvetica; font-size: 14pt; font-style: normal; font-weight: bold; color:FFFFFF}
	small { font-family: Arial, Verdana, Helvetica;	font-size: 8pt;	font-weight : normal}
	li {font-family: Arial, Verdana, Helvetica; font-size: 9pt; line-height:130%}

    .verdana { font-size: 16pt; font-family: Verdana, Arial, sans-serif; }
	.monospace { font-size: 16pt; font-family: courier new, courier, monospace; }
				
			small.scnd 
				{
					font-size: 8pt;  
					font-family: Arial, Verdana, sans-serif;  
					line-height: 16pt;
				}
			A
				{
					font-size: 10pt;
					font-family: Arial, Verdana, sans-serif;
					color: #0000FF;
					text-decoration: none;
					font-weight:bold;

				}
			A:hover
				{
					font-size: 10pt;
					font-family: Arial, Verdana, sans-serif;
					color: #DE0031;
					text-decoration: none;
					font-weight:bold;

				}
			A.white
				{
					font-size: 10pt;
					font-family: Arial, Verdana, sans-serif;
					color: #ffffff;
					text-decoration: none;
					font-weight:bold;
				}
			A.white:visited
				{
					font-size: 10pt;
					font-family: Arial, Verdana, sans-serif;
        			color: #ffffff;
					text-decoration: none;
					font-weight:bold;
				}
			A.white:hover
				{
					font-size: 10pt;
					font-family: Arial, Verdana, sans-serif;
        			color: #99CCFF; 
					text-decoration: none;
					font-weight:bold;
				}
			A.black 
				{
					color: #000000
					text-decoration: none;
					font-weight:bold;
				}
			A.darkblue 
				{
					color: #000066
					text-decoration: none;
					font-weight:bold;
				}
			A.gold
				{
					color: #FFCC00
					text-decoration: none;
					font-weight:bold;
				}
			A:hover
				{
        			color: #000099;
					text-decoration: none;
					font-weight:bold;
				}
			.tlink
				{
			        font-family: Arial, Verdana, sans-serif; 
			        font-size: 20px;
			        color: #FFFFFF; 
				}
			.input
				{
					background:#FFFFFF;
					color:#000000;
					font-weight:normal;
				}
			