A:link, A:visited, A:active { text-decoration: none }
A:link	{text-decoration: none;}
A:hover	{ color	: white;
 	     background	: transparent;
		}
P {
	font-family: verdana,arial,helvetica,sans-serif;
}

LI     { font-size: 90% }
STRONG { font-size: larger }
H4	 { font-size: 8pt; font-family: Tahoma }

h6
	 { color: black; font-size: 7pt; font-family: Arial; text-decoration: none; text-indent: 5px; word-spacing: 0pt; margin: 12pt 0in 3pt }

.graybox { border: double 1pt gray }

.blackbox { border: 2px solid black;  }
.blackhoverbord {border: 2px solid black;onmouseover="setPointer(this, 0, 'over', '#DDDDDD', '#CCFFCC', '#FFCC99');" 
		onmouseout="setPointer(this, 0, 'out', '#DDDDDD', '#CCFFCC', '#FFCC99');" 
		onmousedown="setPointer(this, 0, 'click', '#DDDDDD', '#CCFFCC', '#FFCC99');
}

.dashbox {
        border: 1px dashed #660;}
        
body, ul, td, th {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 90%;}
	
code, pre, tt {
	font-family: Courier, "Courier New", monospace;
	font-size: 90%;}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #000066;}
	
.leftboxdash {
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
	border-left: 1px dashed #000;
	}
	
.rightdash {
	border-right: 1px dashed #000;
	}


td.tiny {
   font-size: 7pt;
   color: #9c9c9c;
   border-top: dotted 4px #9c9c9c;
   border-top-style: dotted;
   }
