/* this is for the 3 dashes used to separate sections of the pages */
.divider  {
	color : #000000;
}

/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}

/* page headers */
H3  {
	color : #000080;
	font-size : 16pt;
	font-weight : bold;
	
}

/* main copy */

BODY  {
	color : #000080;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

/* Form Fields */

.formfields  {
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-COLOR: #999999
}

/* links */

a	{  font-family: Trebuchet MS, Geneva, Arial, sans-serif; color: red};
	font-size : 10pt;
	text-decoration: none}

a:link	{  font-family: Trebuchet MS, Geneva, Arial, sans-serif; color: red;
	font-size : 10pt;
	text-decoration: none}

a:hover	{  font-family: Trebuchet MS, Geneva, Arial, sans-serif; color: #336699;
	font-size : 10t;
	text-decoration: underline}
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #000080;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

/* main text */
.maintext  {
	color : #000080;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

/* smalltext */
.smalltext  {
	color : #000080;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

/* footer */
.footer  {
	color : #000080;
	font-style : normal;
	font-weight : normal;
	font-size : 8pt;
	font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}