@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 {
	align: center;
	background: url(none);
	height: auto;
	width: 90%;
}	

.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;

}

td#grad{
	background: #ffffcc url(grad_yh.jpg) fixed;
}

.pic {
	padding: 5px;
	text-align: center;
}

