body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #B9CBF7;


}
h1 {
	font-size: 20pt;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;

}
a {
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
td.header {
	background-color: #0081AC;
	font-size: 28pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
a:visited {
	color: #000066;
}
table.content {
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
th {
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0081ac;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.smaller {
	font-size: 8pt;
	font-style: italic;
}
