H1  {
	font-size : 18pt;
	color : #FFFFFF;
	text-align : left;
	font-weight : normal;
	background-color : #800000;
	padding : 5;
}

H2  {
	font-size : 16pt;
	color : #FFFFFF;
	background-color : #C0C0C0;
	padding : 5;
	font-weight : normal;
}

H3  {
	font-size : 12pt;
	font-weight : bold;
}

A  {
	font-weight : normal;
	color : #800000;
}

A:Visited  {}

A:Active  {
	color : #800080;
}

A:Hover  {}

BODY  {
	font-family : sans-serif;
	color : #000000;
	font-size : 10pt;
	background-color : #FAFAFA;
}

H4  {
	font-size : 12pt;
}

TD  {
	font-size : 10pt;
	padding-left : 10;
	padding-bottom : 5;
	padding-right : 10;
	padding-top : 5;
}

.what  {
	font-weight : bold;
	color : #000080;
	text-transform : uppercase;
}

.alert  {
	font-weight : bold;
	color : #AA0000;
	padding-top : 5;
	padding-bottom : 5;
}

.note  {
	color : #000080;
	font-weight : normal;
	background-color : #F0F0FF;
	padding-left : 20;
	padding-right : 20;
	padding-top : 10;
	padding-bottom : 10;
}

DT  {
	font-weight : bold;
}

