<style type="text/css">
<!-- span {font-size:12px} background {color:red} -->
a{font:90%;}
a:link{color:#000000;text-decoration:none;}
a:visited{color:#000000;text-decoration:none;}
a:hover{color:#000000;text-decoration:underline;}
a:active{color:#000000;text-decoration:underline;}
body{color:#000000;font:12px Arial, Helvetia, sans-serif; background-color: #ffffff;}

h1 {text-align:center;}
h2 {text-align:center;}


table.sample {

	font-size:12px;	
	border-width: 1px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sched {
	font-size: 12px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid hidden hidden solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}

table.sched th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sched td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	width:51px;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.hw {
	font-size:	12px;
	border-width: 1px;
	
	border-spacing: 0px;
	border-style: hidden hidden hidden hidden;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;

}
table.hw th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.hw td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	width:51px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.body {
	font-size: 12px;
}
</style>
