/*
** HTML elements
*/

body {
  color: #666;
  font-size: 9pt;
  font-family: Arial, Helvetica, Sans;
	text-align: left;
}

pre {
  color: #666;
  font-size: 9pt;
  font-family: Arial, Helvetica, Sans;
	text-align: left;
	margin-left: 0px;
}

tr.dark td, tr.light td {
  padding: 0.3em;
	text-align: left;
}

td
	.leader { width:100%;vertical-align:0% }
 	.leader div { line-height:9px; display:inline-block; width: 100%; border-bottom: 1px dotted; }

h1 {
	font-size: 9pt;
	font-weight: normal;

}
h2 {
  font-size: 12pt;
	text-align:left;
	color: #6D6E6D;
  margin: 0;
}


h3, h4, h5 {
  font-size: 12pt;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #6D6E6D;
	text-align:right;
	width: 587px;
}

h6 {
  font-size: 10pt;
	text-align:center;
	color: #6D6E6D;
  margin: 0;
}

a {
  color: #005b90;
  text-decoration: none;
}
a:link {
  color: #005b90;
}
a:visited {
	color: #005b90;
  text-decoration: none;
}
a:active {
	color: #005b90;
  text-decoration: none;
}

a:hover {
  color: #005b90;
  text-decoration: underline;
}

/*
** SUB NAV ELEMENTS
*/

#wrapper {
	width: 750px;
	border: 1px solid #000000;
	font-family: arial,helvetica,sans;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 750px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #000000;
	/*background-image: url(img/header1.jpg);*/
}

#footer {
	clear: both;
	height: 30px;
	text-align: center;
	width: 700px;
	padding-top: 4px;
	padding-bottom: 0px;
	/* background-image: url(bottom.gif);*/
}

.clasp {
text-align:left;
}

.lunchbox {
display:none;
} 

.scrollArea {
width: 275px;
height: 74px;
padding-left: 5px;
padding-right: 5px;
border-color: #6699CC;
border-width: 0px;
border-style: solid;
float: left;
overflow: auto;
font-size:9px;
background-color: white;
}

.scrollAreaHelp {
width: 575px;
height: 400px;
padding: 5px 5px 0px 5px;
border-color: #6699CC;
border-width: 0px;
border-style: solid;
float: left;
overflow: auto;
font-size:12px;
background-color: white;
}

.scrollAreaPool {
width: 575px;
height: 400px;
padding: 5px 5px 0px 5px;
border-color: #6699CC;
border-width: 0px;
border-style: solid;
float: left;
overflow: auto;
font-size:12px;
background-color: white;
}

.statehilite
{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

.container { position: relative; }
.range { vertical-align: middle; }

