/* Cascading style sheet for the index page for HMT

filename: hmt_black.css
author: Christine Fuesz
date: 11/2008


*/

<style type="text/css">
  A:link
  	{
  	color: #000066;
  	text-decoration:underline;		/*no underline - none*/
  	}

  A:visited
  	{
  	color: #000066;
  	text-decoration:underline;		/*no underline - none*/
  	}

  A:hover
  	{
  	color:#3366CC;
  	text-decoration:underline;		/*underline*/
  	}

TD
{
	font-family: Arial, Helvetica;
	color: #000000;
    font-size: 10pt;
}
  	

body						
{
	font-family: Arial, Helvetica;
    	font-size: 10pt;
    	background: #000000;
}

.copy	{FONT-FAMILY: Arial, Verdana,Helvetica; FONT-SIZE: 10px; color: #FFFFFF}

	
H1    {FONT-SIZE: 14pt; COLOR: #000000; FONT-FAMILY: arial, helvetica, verdana; FONT-WEIGHT: bold; } /* use for description under links */		
H2    {FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: arial, helvetica, verdana; FONT-WEIGHT: bold; } /* use for description under links */		
H3    {FONT-SIZE: 16pt; COLOR: #0482C4; FONT-FAMILY: peinaud, impact,arial; } /* use for secondary headings */
H4    {FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial, helvetica;}
H5    {FONT-SIZE: 10pt; color: #ffffff; font-family: arial, helvetica;}   /*use for side menu */
H6    {color: #275A78; font-family:arial, helvetica; font-size:13;}  /* use for links at the bottom of page */


.box	{FONT-FAMILY: Arial, Verdana,Helvetica; FONT-SIZE: 11px; border: 1px solid #556699; background-color: #FFFFFF}

</style>
