body {
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	background-color: #0087C7;
}
#container {
	margin: 0 auto;
	width: 970px;
	background-color: #FFFFFF;
	display: inline-block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
#header {
	height: 100px;
	text-align: left;
}
#content {
	width: 751px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: Arial;
	font-size: 9pt;
	line-height: 13pt;
	letter-spacing: 0.35pt;
	float: left;
	background-color: #FFF;
	text-align: left;
}
#columnR {
	font-size: 12px;
	width: 199px;
	float: left;
	text-align: center;
	background-color: #FFF;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	line-height: 13pt;
	letter-spacing: 0.35pt;
}
li {
	font-family: Arial;
	font-size: 9pt;
	line-height: 13pt;
	letter-spacing: 0.35pt;
}
h1 {
	font-family: Arial;
	font-size: 11pt;
	color: #003580;
	line-height: 13pt;
	letter-spacing: 0.35pt;
}
a:link {
	text-decoration: none;
	color: #003580;
}
a:visited {
	text-decoration: none;
	color: #003580;
}
a:active {
	text-decoration: none;
	color: #003580;
}
a:hover {
	text-decoration: underline;
	color: #003580;
}
.attention {
	font-weight: bold;
	color: #CC0000;
}
.footer {
	margin: 0 auto;
	width: 970px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Arial;
	font-size: 7pt;
	white-space: nowrap;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebab00;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align:center;
}
.footnote {
	font-family: Arial;
	font-size: 7pt;
	color: #666666;
}
.tiny {
	font-size: 10px;
	line-height: normal;
}
.testimony {
	font-size: 12px;
	line-height: normal;
	padding: 5px;
}
.tableoutline {
	border: 1px solid #000000;
}
