BODY, TD {
	background: #FDF5E6;
	color: #7C7C7C;
	font-family: sans-serif;
	font-size: larger;
	text-align: left;
}

.title {
	font-size: 14pt;
	font: normal bold large sans-serif;
}

H3 {
	font-size: 14pt;
	font-style: normal;
	font-family: sans-serif;
}
H2 {
	font: bold;
	font-size: 14pt;
	font-style: normal;
	font-family: sans-serif;
}

H4 {
	font-family: sans-serif;
	font-size: x-small;
}

A {
	color: #7C7C7C;

}

A:Hover {
	color: White;
	font-family: sans-serif;
	background: #00A2A4;
}

HR {
	height: 1pt;
	font: normal sans-serif;
	font-size: xx-small;
}

