

BODY {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: Black;
	background-color: #FFF8DC;
}
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; }

a:link, a:visited, a:active { text-decoration: underline;color: #000; background-color: #FFF8DC;}
a:hover {
	text-decoration: underline;
	color: Blue;
	background-color: #FFF8DC;
}


.copyright {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 9px;
	line-height: 12px;
	background-color : inherit;
}

.purple { font-weight: bold;color: purple; background-color: #FFF8DC;}
.red { font-weight: bold;color: red; background-color: #FFF8DC; }
.green { font-weight: bold;color: green; background-color: #FFF8DC; }
.blue { font-weight: bold;color: blue; background-color: #FFF8DC;}
.orange { font-weight: bold;color: #F90; background-color: #FFF8DC;}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-shadow : Red;
}
.title-text {
	font-weight : bold;
	font-size : 14px;
}