body {
	color: 2C1D00; }	
	
#panel1 {
	color: 2C1D00;
	text-decoration: none;
	font-size: 13;  }
	
#panel2 {
	color: 2C1D00;
	text-decoration: none;
	font-size: 13;  }
	
#panel3 {
	color: 2C1D00;
	text-decoration: none;
	font-size: 13;  }
	
#footer {
	color: white;
	font-size: 12;  }
	
#links {
  color: blue;
	text-decoration: underline;  
	cursor: pointer;  }

.darklink {
	color: #2C1D00;
	text-decoration: underline;
	cursor:pointer; }

.darklink2 {
  color: #7B0701;
	text-decoration: underline;
	font-weight: bolder;
	cursor:pointer; }								 

#smaller {
	font-size: 12;  }

a {
	color: white  }
	
#ticktext {
	position: absolute;
	font-family: arial;
	font-size: 8pt;
	font-color: white;
	visibility: hidden;  }

#options {
  color: #CCCCCC;
	font-size: 12px;   }

.blue_links {
  color: blue;
	text-decoration: underline;  }
	
.setText {
			background-color: white;
			color: red;
			font-weight: normal;
			border-color: white;
			border-style: none;  }
			
.button {
				width: 150px;
				border-style: solid;
				border-top-width: 1px; 
				border-right-width: 3px; 
				border-bottom-width: 3px; 
				border-left-width: 1px; 
				border-color: #2C1D00;
}
.buttonover {
				width: 150px;
				border-style: solid;
				border-top-width: 1px; 
				border-right-width: 3px; 
				border-bottom-width: 3px; 
				border-left-width: 1px;
				border-color: #D92D3B;
}
.buttonclick {
        width: 150px;
				border-style: solid;
				border-top-width: 3px; 
				border-right-width: 1px; 
				border-bottom-width: 1px; 
				border-left-width: 3px;
				border-color: #D92D3B;
}