/* At-Rules */
@charset "iso-8859-1";


/* author: jetrod18@yahoo.com 
 Creation date: 10/5/2004 */


body.halo {background-image:url("camo.jpg");
		   background-attachment:fixed;	
}

h4 {text-align:center;
}


p.title {text-align:center;
      	font-family:comic sans ms;
	  	font-size:28pt;
		color:white;
		font-weight:bold;
}

p.header {text-align:center;
		 font-size:16pt;
		 font-weight:bold;
}

p.body {text-align:center;
       font-size:14pt;
}



#bangreen {margin:0px;
		  padding:0px;
		  margin-left:15%;
		  width:70%;
		  background-color:green;
		  font-size:12pt;
		  color:black;
		  text-align:left;
		  clear:all;
}

#banyellow {margin:0px;
		   padding:0px;
		   margin-left:15%;
		   width:70%;
		   background-color:yellow;
		   font-size:12pt;
		   color:Black;
		   text-align:left;
		   clear:all
}

#banred {margin:0px;
		padding:0px;
		margin-left:15%;
		width:70%;
		background-color:red;
		font-size:12pt;
		color:black;
		text-align:left;
		clear:all
}



#header {background-color:Black;
		font-size:18pt;
		color:white;
		text-align:center;
		font-weight:bold;
		clear:all;
}


#footer {background-color:Black;
		font-size:18pt;
		color:white;
		text-align:center;
		font-weight:bold;
		clear:all;
}

#footer a:link {color:white;}

#footer a:visited {color:Blue;
}

#footer a:hover {color:Black;
				background:white;
}


ul {list-style-type:circle;
	font-weight:bold;
	margin-left:35%
}


table {border-style:solid;
	  border-color:black;
	  border-width:0;
	  height: 40%;
	  text-align:center;
	   width: 95%
}

td {border-style:solid;
   border-width:0;
   background-color:#5C3900;
   color:white
}

pre	{font-size:12;
}

blockquote  {font-size:14pt;
             margin-left:20%;
             margin-right:20%;
}
/* End of style section. Generated by AceHTML at 10/20/2004 2:44:13 PM */