@charset "utf-8";
body  {
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	background: #FFFF80;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 71%;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
}
.style3 {
	color: #FF9900;
	font-weight: bold;
}
.style4 {
	color: #FF6600;
}
.style5 {
	font-weight: bold;
}
offwhite {
	color: #FFFCC;
}
white {
	color: #FFF;
}
.Orangesubheader {
	color: #FD8711;
}
red {
	color: #F00;
}
16px {
	size: 16px;
}
14px {
	size: 14px;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
}
.style3 {
	color: #FF9900;
	font-weight: bold;
}
.style4 {
	color: #FF6600;
}
.style5 {
	font-weight: bold;
}
offwhite {
	color: #FFFCC;
}
white {
	color: #FFF;
}
.Orangesubheader {
	color: #FD8711;
}
red {
	color: #F00;
}
16px {
	size: 16px;
}
14px {
	size: 14px;
}