@charset "UTF-8";

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: .8em;
	margin: 0px;
	padding: 2px 6px 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #87ACCC;
	border-left-color: #003399;
}
td {
	margin: 0px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
#chartTitle p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #255388;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom-style: none;
}
table {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
.side-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#columnHeads p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: center;
	color: #CCCCCC;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
#columnHeads  td {
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-style: none;
}
.columnHeadsBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#diagram {
	float: right;
	display: block;
	list-style-type: none;
}
#diagram   li {
	list-style-type: none;
	margin-bottom: 500px;
}
#container {
	width: 820px;
	min-width: 820px;
}
#container2 {
	width: 970px;
	min-width: 970px;
}
#container3 {
	width: 1060px;
	min-width: 1060px
}
#container4 {
	width: 700px;
	min-width: 70px;
}
#specHeads {
	background-color: #255388;
	padding-top: 40px;
	margin-bottom: 20px;
	-moz-radius: 10px 10px 0px 0px;
	-webkit-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#specHeads a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}
#specHeads a:hover {
	color: #000000;
}
