/* General settings */
BODY {
 	color: black; 
	background-color: white; 
	border-style: none;
	border: 0; 
	margin: 0 0 0 0;
	text-align: left; 
	font-family: Trebuchet, Arial, sans-serif; 
	font-size: 10pt; }
P { font-size: 9pt; margin: 0 0 0 0; }
LI { font-size: 9pt; margin: 0 0 0 0; }
UL { list-style: disc outside; margin: 0 0 10pt 30pt; }
IMG, IMG.l  { margin: 0 5px 5px 2px;
	border: back solid 1px;
	float: left; }

IMG.r  { margin: 0 2px 5px 5px;
	border: back solid 1px;
	float: right; }

TABLE { padding: 0 0 0 0; margin: 0 0 0 0;}
TD    { text-align: left; }	

H1 { padding: 0 0 0 0; margin: 0 0 0 0;}
H5 { font-size: 9pt; padding: 0 0 0 0; margin: 0 0 0 0;}
H6 { font-size: 8pt; font-weight:normal; padding: 0 0 0 0; margin: 0 0 0 0;}


/* all the hyperlink formats */
A:link      { color: white; text-decoration: none; } 	/* unvisited link */
A:visited  { color: white; text-decoration: none; }   		/* visited links */
A:active  { color: white; text-decoration: underline; } /* active links */
A:hover   { color: white; text-decoration: underline; } /* hovering links */

