h1 {
	color: #D75008;
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	font-family: Georgia, serif;
	font-weight: 100;
}
h2 {
	margin-top: 0px;
	color: #D75008;
	font-size: 13pt;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Georgia, serif;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 4px;
}
ul.specials li { color:#D75008; }
ul.specials li div { color:#000000; }
table {
	border-left : 1px solid #808080;
	border-right : 1px solid #808080;
	border-top : 1px solid #808080;
	border-bottom : 1px solid #808080;
}
td {
	background-color : #F5D8C9;
	padding-left: 40px;
}
.boxedspan {
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	border-left : 1px solid #D75008;
	border-right : 1px solid #D75008;
	border-top : 1px solid #D75008;
	border-bottom : 1px solid #D75008;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}