/*DH_HM_STYLE.CSS */

body, P, tbody { 
	color: #000000 ;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif }
A:link, A:visited {
	color: #990000;		/* brick */
	font-size: 8pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif }
A:active, A:hover { 
	color: #ff3333;		/* fire */
	font-size: 8pt;
	/* font-weight: bold; */
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif }
.banner {
	background-color: #33cc66;	/* green */
	color: #ff0066;		/* coral */
	font-size: 18pt;
	font-family: impact, arial, helvetica, sans-serif;
	font-style: italic;
	text-align: right }
.tophead {
	color: #cc3333;		/* red-orange */
	font-size: 24pt;
	font-weight: bold;
	font-family: Arial Black, Helvetica, sans-serif}
.subhead {
	color: #ff3333;		/* fire */
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif}
.menuhead {
	color: #663300;		/* brown */
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif}
.brick12 {
	color: #990000;		/* brick */
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif}
.brick10 {
	color: #990000;		/* brick */
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif}
.biggreen {
	color: #339966;
	font-size: 12pt; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif}
.bigblue {
	color: #006699;		/* blue */
	font-size: 18pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif}
.bd10 {
	font-size: 10pt;
	font-weight: bold}
.menu {
	background-color: #aaaaaa;
	text-align: center;
	vertical-align: middle;
	text-decoration: none }
.footer {
 	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif }


/* Attributes */
.righttag { 
	text-align:right; 
	font-size: x-small }
.bold { font-weight: bold }
.bolditalic { font-weight:bold; font-style:italic }
.alignright { text-align:right }
	
 /* Colors */
.brick { color: #cc0000 }
.teal { color: #663300 }
.darkblue { color: #006699 }
.purple { color: #993399 }
.green { color: #339966 }
.mint { color: #33CC99 }
.peach { color: #cc6666 }
.rose { color: #ff9999 }
.coral { color: #ff0066 }
.fuschia { color: #cc3366 }
.rust { color: #cc0033 }
.sand { color: #FFCC99 }
.creme { color: #FFFFCC }
.gold { color: #FFCC33 }
.brown { color: #993300 }

/* Headlines */
H7 { font-size: xx-large; font-weight: bold }
H6 { font-size: x-large; font-weight: bold }
H5 { font-size: large; font-weight: bold }
H4 { font-size: medium; font-weight: bold }
H3 { font-size: small; font-weight: normal }
H2 { font-size: x-small; font-weight: normal }
H1 { font-size: xx-small; font-weight: normal }
H1, H2, H3, H4 { font-family: Arial, Helvetica, sans-serif }
H5, H6, H7 { font-family: Verdana, Arial, Helvetica, sans-serif }
H1, H2, H3, H4, H5, H6, H7 { color: #339966 }	