BODY {
	background: #deffe7;
	font-family : Arial, Geneva, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: Black;
}

TABLE {
	font-size : x-small;
}



P {
	font-size : small;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-variant : normal;
	vertical-align: middle;
	text-align : justify;
	border-width: 0;
	margin: 0;
	color : Blue;
}

PRE {
	font-size : 10px;
	font-family : "Courier New", Courier, monospace;
	font-variant : normal;
}

H2 {
	font-size: 14pt;
	color: Teal;
}

H3 {
	font-size: 13pt;
	color: Teal;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Teal;
}

A {
	font-size: 8pt;
	text-align : left;
	vertical-align: middle;
	text-decoration: none;
	color: Black;
}

A:Hover {
	font-size: 8pt;
	text-align : left;
	vertical-align: middle;
	text-decoration: none;
	font-weight: normal;
	color: Red;
}

a:visited {
	font-size: 8pt;
	text-align : left;
	vertical-align: middle;
	text-decoration: none;
	color: #990099;
}

HR {
	color: Navy;
	height: 2pt;
}

IMG {
	text-align:  middle;
	vertical-align: middle;
	border-width: 0;
	margin: 0;
}
