/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Black";
	color: #666666;
}
.style5 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.style6 {
	font-size: 11px;
	color: #006600;
}
.blue {color: #0066CC}
.blue:link {color: #0066CC}
.blue:visited {color: #0066CC}
.blue:hover {color: #000099}
.blue:active {color: #0066CC}

input {
	color : #666666;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
}
.input {
	color : #666666;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
-->

#separators {
border-bottom: solid 1px #000000;
/*padding: 2px 0 -2px 0;*/
border-color:#9DC761;
}