BODY, P, TD {
    background-color: #B8B89D;
	color : Black;
	font-size: 12pt;
	font-family : Arial;
}
H2 {
    background-color: #B8B89D;
	text-align: center;
    font-size: 16pt;
	font-family : Arial;
	color : Maroon;
}
H3 {
    background-color: #B8B89D;
    text-align: center;
	color: navy;
	font-family: Arial;
	font-size:14pt;
}
 H4 {
    background-color: #B8B89D;
	color: navy;
	font-family: Arial;
	font-size:13pt;
}
INPUT, TEXTAREA, SELECT {
	background-color: Silver;
	color : Black;
	font-size: 10pt;
	font-family : "Courier New", Courier, monospace;
}
.info {
	font-size: 12pt;
    background-color: #B8B89D;
	color : Purple;
	font-weight : bold;
}
.infocenter {
	font-size: 12pt;
	background-color:#B8B89D;
	color : Purple;
	text-align : center;
}
.infobig {
	font-size: 16pt;
    background-color: #B8B89D;
	color : Purple;
	font-weight : bold;
}
.errormsg {
	font-size: 14pt;
    background-color: #B8B89D;
    color : Red;
}
.little {
	background-color: #B8B89D;
	color : Black;
	font-family : System;
}