.content
{
	padding: 8px 8px 8px 8px;
}
.content H1
{
	background-color: #D00000;
	color: #FEC540;
	padding-left: 4px;
	border-bottom: 1px solid black;
	margin: 0;
	font-size: 18pt;
}
.content H4
{
	xcolor: #FEC540;
	color: Black;
	border-bottom: 2px solid #D00000;
	margin: 0 0 15 0;
	font-size: 24pt;
	text-align: center;
	font-weight: bold;
	
}
.content H2
{
	font-size: 14pt;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	color: #D00000;
	text-decoration: underline;
}
.content H3
{
	font-size: 14pt;
	margin: 0;
	font-weight: bold;
}
.content H5
{
	font-size: 16pt;
	margin: 0;
	font-weight: bold;
	color: #D00000;
}
.content H6
{
	font-size: 13pt;
	margin: 0;
	font-weight: normal;
	color: #D00000;
}
.yellowTable Table
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	xbackground-color: #FEC540;
	background-color: #FFDD88;
	padding: 0px 4px 0px 4px;
}
.yellowTable Table TH
{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #D00000;
	color: White;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}
.yellowTable Table TD
{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.leftline
{
	border-left: 1px solid #D00000;
}
.firedanger
{
	BORDER: 3px outset; 
	background-color: maroon; 
	color: #FEC540; 
	margin-bottom: 5px;
	text-align: center;
}
.ApplTableContainer
{
	padding-left: 20px
}