BODY {
	color		: black;
	font-family	: Arial;
	font-size	: 10pt;
	margin-top	: 4pt;
}

H1 {
	font-size	: 36px;
	font-family	: Arial;
	font-weight	: bold;
	border-bottom-width : 5px;
	border-bottom-style : solid;
	border-bottom-color : green;
	padding-bottom	: 1px;
	margin-bottom	: 20px;
	letter-spacing	: normal;
}

H2{
	font-size	: 20px;
	border-top-style  : none;
	border-left-style : double;
	border-left-width : 8px;
	border-bottom-style : solid;
	margin-left	: 1px;
	margin-bottom	: 1px;
	border-bottom-width : 2px;
	font-weight	: bold;
	position	: relative;
	padding-left	: 10px;
	border-left-color : yellowgreen;
	border-bottom-color : yellowgreen;
}

H3{
	left		: 12px;
	position	: relative;
}

TABLE {
	margin-top	: 2pt;
	margin-bottom	: 2pt;
	margin-left	: 0pt;
	margin-right	: 0pt;
	padding-left	: 0pt;
	padding-right	: 0pt;
	position	: relative;
	left		: 12px;
	font-family	: Arial;
	font-size	: 10pt;
}

TD {
	padding-top	: 2pt;
}

A:LINK {
	color		: black;
}
A:VISITED {
	color		: black;
}
A:ACTIVE {
	color		: red;
}

P{
	font-size	: 10pt;
	font-family	: Arial;
	position	: relative;
	left		: 12px;
	top		: auto;
	padding-right	: 10px;
	margin-right	: 6px;
	border-right-width : 8px;
}

PRE{
	position	: relative;
	left		: 12px;
}

CODE{
	font-size	: 10pt;
	font-family	: "Courier New", monospace;
	position	: normal;
	left		: 12px;
}

