BODY {
	background: #99CCCC;
	color : Black;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

.textFont{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 20px;
}

.TDBrown{
	background: #CCB399;
	color: Black;
}

.TDGreen{
	background: #99CC99;
	color: Black;
}

.TDRose{
	background: #CC9981;
	color: Black;
}

.TDViolet{
	background: #9A99CC;
	color: Black;
}
.TDBlue{
	background: #99B2cc;
	color: Black;
}
.TDForms{
	background: #ffffff;
	color: Black;
}
H2 {
	font-size: 14pt;
	color: Black;
	font-family: Arial;
}

H3 {
	font-size: 13pt;
	color: Black;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Blue;
	}

A {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	text-decoration: underline;
	color: Maroon;
}

HR {
	color: blue;
	height: 1pt;
}

