
.BACKGROUND {
	background-attachment: fixed;
	background-image : url(../images/amc-texture.jpg);
	background-repeat: repeat;
	background-color : #FFFACD;
}

.BACKGROUNDLOLIGHT {
	background-attachment: fixed;
	background-image : url(../images/amc-texture.jpg);
	background-repeat: repeat;
	background-color : #FFFFFF;
}

.NORMALLOLIGHT{
	color: #FFFFE0;
	font-family: "Arial";
	font-size: 10pt;
}

.NORMALHILIGHT  {
	color: #B8860B;
	font-family: "Arial";
	font-size: 10pt;
	font-weight : bold;
}

.NORMAL  {
	color: #336633;
	font-family: "Arial";
	font-size: 10pt;
}

.HEADING1  {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
}

.HEADING2  {
	color: #336600;
	font-family: "Arial";
	font-size: 9pt;
	font-weight : bold;
}

.HEADING3  {
	color: #FF8C00;
	font-family: "Arial";
	font-size: 9pt;
	font-weight : bold;
}

.TITLE  {
	color: #006600;
	font-family: "Arial";
	font-size: 16pt;
	font-weight : bold;
}

.FOOTER  {
	color: #336633;
	font-family: "Arial";
	font-size: 8pt;
}

.BANNERHILIGHT  {
	color: #CC9933;
	font-family: "Arial";
	font-size: 11pt;
	font-weight : bold;
}

.BANNER  {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight : bold;
}



.WHITEFIREWORK {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 6pt;
	position:absolute; 
	visibility: hidden;
}

.GREENFIREWORK {
	color: #99FF00;
	font-family: "Arial";
	font-size: 14pt;
	position:absolute; 
	visibility: hidden;
}

.YELLOWFIREWORK {
	color: #FFFF00;
	font-family: "Arial";
	font-size: 14pt;
	position:absolute; 
	visibility: hidden;
}

.PINKFIREWORK {
	color: #FFCCFF;
	font-family: "Arial";
	font-size: 14pt;
	position:absolute; 
	visibility: hidden;
}



A.amclink:link { color: #336633 }
A.amclink:visited { color: #993300 }
