BODY, TD {
	background: #FFE4C4;
	color : #483D8B;
	font-family : sans-serif;
	font-size: 14px;
	text-align: left;
	margin : 4% 8% 4% 8%;
}


H1 {
	font-size: 14pt;
	margin-top:1em;
	margin-bottom:0.5em;
}

H2 {
	font-size: 13pt;
	margin-top : 0.25em;
	margin-bottom : 0.25em;
	margin-left: 4%;
	text-indent : -4%;
}

H3 {
	font-size: 13pt;
	margin-top: .25em;
	margin-bottom: .125em;
	margin-left: 8%;
	text-indent : -4%;
}

H4 {
	font-size: small;
	font-weight: bold;
	margin-top : .25em;
	margin-bottom : .125em;
	margin-left: 12%;
	text-indent : -4%;
}

H5 {
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	margin-top : .25em;
	margin-bottom : .125em;
	margin-left: 16%;
	text-indent : -4%;
}

H6 {
	font-size: 14px;
	margin-top : .125em;
	margin-bottom : .125em;
	margin-left: 20%;
	font : normal normal normal 14px;
	text-indent : -4%;
}

A {
	text-decoration: underline;
	color: #9370D8;
}

A:Hover {
	text-decoration: underline;
	color: #800080;
}

HR {
	color: F08080;
	height: 1pt;
}