body{font-size:0.9em;}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}


#table1 {
font-size:0.9em;
}
#table1 td {
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	padding: 10px;
}

#table2 {
font-size:0.9em;
}
#table2 th {
/*	background-color: #336600;*/
/*	color: #FFFFFF;*/
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	padding: 10px;
}
#table2 td {
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	padding: 10px;
}

#table3 {
font-size:0.9em;
}
#table3 th {
/*	background-color: #336600;*/
/*	color: #FFFFFF;*/
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	padding: 10px;
	text-align: left;
}
#table3 td {
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	padding: 10px;
}

h1 {
	font-size: 150%;
	color: #336600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336600;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px 0px;
}
h2 {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	padding-bottom: 3px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 120%;
}
