BODY {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffcc99;
	}
H1 {
	text-align: center;
	font-size: 18pt;
	font-family: "Futura Xlbk BT", "Arial Black", Sans-serif;
	font-weight: 400;
	color: #993300;
	text-decoration: underline;
	background: #FFCC99;
	}
.Byline {
	text-align:left;
	font-size: 10pt;
	font-family: "Arial Black", Sans-serif;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	background: #FFCC99;
	}
.CoByLine {
	font-size: 10pt;
	font-family: Arial, Sans-serif;
	font-weight: 600;
	background: #FFCC99;
	color: black;
	}
P {
	font-family: 'times new roman', serif;
	font-size: 14pt;
	font-weight: 400;
	font-style: normal;
	text-indent: 1em;
	}
A:Link {
	color: #ff3300;
	}
A:Visited {
	color: #993300;
	}
A:Hover {
	color: #000000;
	}
A:Link, A:Visited, A:Hover {
	text-decoration: underline;
	}
.bborder {
	border-bottom: thick double #993300;
	margin: 0 1%;
	}