@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Comic Sans MS", cursive;
	color: #000;
}	
body {
	background: #ffffcc url(bg_grad.jpg) fixed;
}
table { 
     width: 90%;
	 background: #ffffcc;
	 align: center;
}
table#head {
	width: 90%;
	align: center;
	background: none;
}
		
.Hilite {
	color: #F00;
}
.SubHeader1 {
	font-size: 1.6em;
	color: #008000;
	font-weight: bold;
	text-align: center;
}
.SubHeader2 {
	font-size: 1.2em;
	color: #008000;
	font-weight: bold;
	text-align: center;
}
.SubHeader3 {
	font-size: 1em;
	color: #008000;
}
.SubHeader4 {
	font-size: 1em;
	color: #008000;
	text-align: center;
}
.Footer {
	font-size: 1em;
	color: #008000;
}
.Link {
	font-size: 1em;
	text-align: center;
}
.SubText {
    font-size: 0.8em;
	text-align: center;
	color:#000000;
}
.SubText2 {
    font-size: 0.8em;
	text-align: center;
	color:#000000;
	font-style:italic;	
}
.SubText3 {
    font-size: 0.8em;
	color:#000000;
	text-align: left;
}
	A:link { text-decoration: none; color:#008000
} 
    A:visited { text-decoration: none; color:#008000
}
    A:hover { text-decoration: none; color:#00CC00 
}
.line { color:#C0C0C0;
}
.shadow1{
box-shadow: 5px 5px #818181;
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}
.shadow2{
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
td#grad{ background: #ffffcc url(grad_yh.jpg) fixed;
}
