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