body {
	background-color: white;
	color: black;
	font-family: "Arial, Helvetica";
	font-size: 10pt ;
	
}
td {
	background-color: white;
	color: black;
	font-family: "Arial, Helvetica";
	font-size: 10pt ;
	
}
.shadegrey {background-image: url(flatty.png);}

.shader {
	background-color: dedede;
	color: black;
	font-family: "Arial, Helvetica";
	font-size: 10pt ;
	font-weight: bold;
}

.ch1{
	background-color: dedede;
	color: black;
	font-weight: bold;
	font-family: "Arial, Helvetica";
	font-size: 12pt ;
	
}

.ch2{
	background-color: ababab;
	color: white;
	font-weight: bold;
	font-family: "Arial, Helvetica";
	font-size: 11pt ;
	
}
.ch3{
	background-color: dedede;
	color: black;
	font-weight: bold;
	font-family: "Arial, Helvetica";
	font-size: 10pt ;
	
}


a {
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

dt {
	font-weight: bold;
	color: black;

}

dd {	;
	color: black;
	font-style: italic;

}


a:link {
	font-weight: bold;
	color: black;;
	text-decoration: none;
	background-color: #dedede;
}

a:visited{
	font-weight: bold;
	color: black;;
	text-decoration: none;
	background-color: #dedede;
	
}

a:active {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #dedede;
	text-decoration: underline;
	background-color: black;
	  
}
input, select, textarea {  font-family: "Arial, Tahoma, Helvetica, sans-serif"; font-size: 10px; background-color: #ffdede; border: 1px solid  #ff0000;}
button {  font-family: "Arial, Tahoma, Helvetica, sans-serif"; font-size: 9px;}
hr {
border: 1px solid  #ff0000;
	
}


