
h1, h2, h3, body, td, small
{	font-family:		'Arial', 'Helvetica', sans-serif;
	color:			black;
	text-align:		left;
	margin-top:		4pt;
	margin-bottom:	4pt;
}

h1, h2, h3
{	font-weight:		bold;
	background-color:	white;
	text-indent:		0cm;
}

h1 {	font-size:		16pt; }
h2 {	font-size:		14pt; }
h3 {	font-size:		12pt; }

li
{	color:			blue;
	text-align:		left;
}

body
{	font-weight:		normal;
	font-size:		10pt;
	background-color:	white;
}

td
{	font-weight:		normal;
	font-size:		10pt;
}

th
{	font-weight:		bold;
	font-size:		10pt;
	background-color: blue;
	text-align:		left;
}

small
{	font-weight:		normal;
	font-size:		8pt;
}

.title {color: White; font-weight: bold; }
.b1 {	background-color: #F0FFF0 }	/* honeydew */
.b2 {	background-color: #F0F8FF }	/* aliceblue */

a
{	font-weight:		normal;
	text-decoration:	none;
}

a:hover
{	font-weight:		bold;
	color:			Red;
}



