	body
	{
		font-family: Arial, Helvetica, sans-serif;
		link: #B20E0D;
		background-color: #FFFFFF;
	}
	
	a { text-decoration: none; }
	a:hover { text-decoration: underline; }
	a:link { color: #B20E0D; }
	a:visited { color: #B20E0D; }
	.header { color: #B20E0D; }
	
	.header .title
	{
		color: #B20E0D;
		font-weight: 900;
		text-align: center;
		width: 82%;
		height: 84;
		font-size: 34;
	}
	
	.header .subTitle
	{
		color: #B20E0D;
		background-color: #C6E3ED;
		font-weight: bold;
		text-align: center;
		width: 82%;
		height: 20;
		font-size: 24;
	}
	
	.navigation { color: #B20E0D; }
	.navigation table { width: 100%; }
	
	.navigation td
	{
		color: #B20E0D;
		background-color: #C6E3ED;
		font-weight: bold;
		font-size: 13;
		padding: 5pt;
		text-align: center;
	}
	
	.navigation { color: #B20E0D; }
	.navigation .locationTrail { font-size: 90%; }
	
	.navigation td.current	
	{
		border-color: red;
		border-width: 1pt;
		border-style: solid;
	}
	
	.content
	{
		width: 80%;
		align: center;
		margin: 1.5em 10% 0 10%;
	}
	
	p.hang
	{
		text-indent: -3em;
		margin-left: 3em;
	}
	
	p.block
	{
		text-transform: inherit;
		white-space: pre;
	}
	
	p.blockIndent
	{
		text-transform: inherit;
		white-space: pre;
		margin: 0 0 0 0.25in;
	}
	.content 	a { text-decoration: underline; color:blue;  }
	.content h1
	{
		font-weight: bold;
		text-align: center;
		font-size: 150%;
		color: #B20E0D;
	}
	
	.content h2
	{
		text-align: center;
		font-size: 125%;
		color: #B20E0D;
	}
	
	.content h3
	{
		text-align: center;
		color: #B20E0D;
	}

	.indented 	
 	{
 		margin: 12pt 0 12pt 0.20in;
 		padding: 0;
 	}
 	 .indentedStatement 	 
 	 {
 	 	margin: 12pt 0 12pt 0.40in;
 	 	padding: 0;
 	 	font-style: italic;
 	 }