BODY {
	margin-left:		5%;
	margin-right:		5%;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		24pt;
	background-color:	white;
	color:			black;

}

TD.body {
/*	margin-left:		5%; */
/*	margin-right:		5%; */
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		24pt;
	background-color:	white;
	color:			black;

}

DIV.quote {
	margin-left:		10%;
	margin-right:		10%;
}

DIV.links {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		12pt;
}

DIV.jumps {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		8pt;
}

TH {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		19pt;
}

TD {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		19pt;
}

TD.tt {
	font-family:		Courier, fixed;
	font-size:		20pt;
	font-weight:		bold;
}

B {
	font-weight:		bold;
}

PRE {
	font-family:		Courier, fixed;
	font-size:		24pt;
	font-weight:		bold;
	color:			#00AA00;
}

PRE.medium {
	font-family:		Courier, fixed;
	font-size:		20pt;
	font-weight:		bold;
	color:			#00AA00;
}

PRE.small {
	font-family:		Courier, fixed;
	font-size:		18pt;
	font-weight:		bold;
	color:			#00AA00;
}

PRE.center {
	text-align:		center;
	font-family:		fixed;
	font-size:		24pt;
	font-weight:		bold;
}

TT {
	font-family:		Courier, fixed;
	font-size:		24pt;
	font-weight:		bold;
	color:			#00AA00;
}

TT.small {
	font-family:		Courier, fixed;
	font-size:		18pt;
	font-weight:		bold;
	color:			#00AA00;
}

H1.banner {
	font-size:		34pt;
	font-weight:		bold;
	color:			red;
	text-align:		center;
}

H1 {
	font-size:		24pt;
	font-weight:		bold;
	color:			red;
	text-align:		center;
}

H2 {
	font-size:		24pt;
	font-weight:		normal;
	color:			blue;
}

H3 {
	font-size:		24pt;
	font-weight:		normal;
	color:			rgb(150,100,0);	/* rgb(200,180,0); */
}

H4 {
	font-size:		19pt;
	font-weight:		normal;
	color:			red;
}

H5 {
	font-size:		19pt;
	font-weight:		normal;
	color:			blue;
}

H6 {
	font-size:		19pt;
	font-weight:		normal;
	color:			rgb(150,100,0);	/* rgb(200,180,0); */
}
