@charset "UTF-8";
* {
	margin:0;
	width: auto;
	outline-width: thin;
	outline-color: #EEEEEE;
	padding-left: 0px;
}

body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 10px;
	white-space: normal;
	display: block;
	text-align: left;
	list-style: circle inside;
}
p {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#header {
	text-align:center
}
#report {
	padding-left:0px
}
caption {
	font-size: 10px;
	font-style: italic;
	color: #333333;
	text-align: left;
	display: table-caption;
	caption-side: top;
}
table.green {
	border-spacing: 0 0;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
table.green thead tr {
	background: #CCFFCC;
}
table.green tbody td {
	padding: 2px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	text-align: left;
}
table.hasBorder {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
table.hasBorder td {
	vertical-align: middle;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

table.hasBorder  th {
	background: #CCFFCC;
	border: 0;
}
	
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-size: 10px;
	color: #333333;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a {
	color: #009900;
}

.red {
	color: #FF0000;
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}
.xlargeital {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
.bigbold {
	font-size: 16px;
	font-weight: bold;
}
.xbigbrown {
	font-size: 24px;
	color: #660000;
}
.brown {
	color: #660000;
}
a:link {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
	border:none;
}
a:visited {
	color: #821533;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline
}
.blue {
	color: #0000CC;
}
.boldblue {
	font-weight: bold;
	color: #000099;
}
.bold {
	font-weight: bold;
	margin: 5;
}
.buff_text {
	color: #FFFF99;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

frameset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#dateposted {
	font-size: x-small;
	text-align: left;
	padding-left: 5px;
	color: #333333;
	padding-bottom: 10px;
	margin-left: 10px;
}
#content {
	text-align: left;
	padding-left: 10px;
}
#tabledata {
	padding: 1px;
	margin-left: 40px;
}
#tabledata table{
	background-color: #FFFFFF;
	border: 0;
}
#tabledata td {
	padding-right: 2px;
	padding-left: 2px;
	border-top: 1px solid #DDDDDD;
}
#tabledata thead tr {
	background-color:#CCFFCC;
}
.small_red {
	font-size: 10px;
	color: #CC3300;
}

#bodyDiv, #headDiv, #footDiv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#headDiv {
	text-align: center;
}
#bodyDiv > table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#headDiv > table, #footDiv > table {
  width: 100%;
}
.divider {
	text-align: center;
}
#WAResults li, #nswresults dd{
	padding-left: 20px;
	list-style-type: none;
}
#nswresults dt{
	font-weight: bold;
	padding-left: 20px;
}

#footDiv {
	width:95%;
	font-size: 11px;
	color: #444444;
	margin-left:auto;
	margin-right:auto;
}
div#footDiv p {
	margin-top:0;
	margin-bottom:0.5em;
	text-align:justify
}

#footDiv p:first-line {
	font-weight:bold;
}
