BODY {font-family: Helvetica, Arial,  "sans-serif";	
		margin-top	:	12px;
		margin-left	:	12px;
		margin-right:	6px;
		width		:	auto;
		color		:	black;
		background	:	white
	}

P { font-family	: Helvetica, Arial, "sans-serif"; font-size : 13px; font-weight: normal; line-height: 15px; color: black}
.links { font-family	: Helvetica, Arial,"sans-serif"; font-size : 11px; font-weight: normal; text-align: center; line-height: 15px; color: white}
.text { font-family	: Arial, Helvetica, "sans-serif"; font-size : 13px; font-weight: normal; line-height: 15px; color: black}
.smalltext { font-family	: Arial, Helvetica, "sans-serif"; font-size : 11px; font-weight: normal; line-height: 13px; color: black}
.highlight { font-family	: Helvetica, Arial, "sans-serif"; font-size : 13px; font-weight: bold; line-height: 18px; color: rgb(100,0,150)}
.head1 { font-family : Arial, Helvetica, "sans-serif"; font-size : 16px; font-weight: bold; line-height: 18px; color: rgb(153,51,0)}
.head2 { font-family : Arial, Helvetica, "sans-serif"; font-size : 18px; font-weight: bold; line-height: 20px; color: rgb(0,90,160)}
.redhead1 { font-family : Arial, Helvetica, "sans-serif"; font-size : 16px; font-weight: bold; font-style: italic; line-height: 18px; color: rgb(255,0,0)}
.redhead2 { font-family : Arial, Helvetica, "sans-serif"; font-size : 18px; font-weight: bold; font-style: italic; line-height: 20px; color: rgb(255,0,0)}
.prodhead { font-family : Souvenir, Times, "serif"; font-size : 18px; font-weight: bold; font-style: italic; text-align: center; margin-top : 4; margin-bottom : 2; line-height: 20px; color: rgb(51,51,153)}
.note  { font-family : Arial; font-size : 11px; font-weight: normal; line-height: 11px; color: black}
.typewriter {font-family: Courier, Andale Mono, monospaced; font-size: 13px; line-height: 15px}

UL{ font-family: Arial,Helvetica, "sans-serif"; font-size: 13px; list-style-type: square; font-weight: normal; line-height: 15px; color: black}

OL{ font-family: Arial,Helvetica, "sans-serif"; font-size: 13px; list-style-type: decimal; font-weight: normal; line-height: 15px; color: black}

DT { font-family: Arial,Helvetica, "sans-serif"; font-size: 16px; font-weight: bold; color: black; line-height : 17px}
DD { font-family: Arial,Helvetica, "sans-serif"; font-size: 13px; font-weight: normal; line-height : 15px}

H1	{font-family	:	Arial,Helvetica, "sans-serif";
		font-size	:	28px;
		font-weight:	bold;
		color	:	rgb(0,90,160);
	}
H2	{font-family	:	Arial,Helvetica, "sans-serif";
		font-size	:	24px;
		font-weight:	bold;		
		color	:	rgb(0,90,160);
	}
H3	{font-family	:	Arial, Helvetica, "sans-serif";
		font-size	:	20px;
		font-weight:	bold;
		color	:	rgb(0,90,160);
	}
H4 {font-family	:	Arial, Helvetica, "sans-serif";
		font-size	:	18px;
		font-weight:	bold;
		text-align:		left;
		color	:	rgb(0,90,160);
	}
H5 {font-family	:	Arial, Helvetica, "sans-serif";
		font-size	:	16px;
		font-weight:	bold;
		line-height:	100%
		color	:	rgb(0,90,160);
	}
H6 {font-family	:	Arial, Helvetica, "sans-serif";
		font-size	:	14px;
		font-weight:	bold;
		text-align:	center;
		color	:	rgb(0,90,160);
	}
A:LINK	{ text-decoration	:	underline;
			color		:	rgb(51,0,204);
			background	:	transparent;
		}
A:ACTIVE	{ text-decoration	:	underline;
			color		:	rgb(0,0,0);
			background	:	transparent;
		}
A:VISITED	{ text-decoration	:	underline; 
   			color		:	rgb(0,102,102); 
  			background	:	transparent; 
		}
A:HOVER	{ text-decoration	:	underline; 
			color		:	rgb(204,0,0);
			background	:	transparent;
		}
