/* CSS Document */

Body {		background-color: #7F1112;
		background-image: url('../bg.jpg');
		background-repeat: repeat;
	  	font-family: Arial, Helvetica, sans-serif;
	  	font-size: 16pt;
	  	color:#FCC006;
	  	font-weight:bold;
	  	margin-top: 0px;
	  	margin-left: 5px;
	  	margin-right: 5px;
	  	margin-bottom: 0px;
	}



/*All Body - Body Fonts/Links*/

a { text-decoration:none; }
a:link { text-decoration:none: }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }
a:hover { text-decoration:none; }


.main { font-size: 16px; font-family: arial; color: #FCC006; font-weight: bold; }
.location { font-size: 20px; font-family: arial; color: #FCC006; font-weight: bold; text-decoration: none; }
.toppage { font-size: 20px; font-family: arial; color: #FCC006; font-weight: bold; }


/*All Image Links*/
.imglink A:link { COLOR: #7F1112; }
.imglink A:visited { COLOR: #7F1112; }
.imglink A:active { COLOR: #7F1112; }
.imglink A:hover { COLOR: #7F1112; }


.copyright { height:100%; font-size: 11px; font-family: arial; color: #FFFFFF; font-weight: bold; }
.pdflink { COLOR: #FF0000; TEXT-DECORATION: none; font-size: 11px; }







