/* text */

#pagecontent h1 span.pagehead {
	font-size:18px;
	color:#003399;
	border-bottom: 2px solid #e3f217;
	font-weight:bold;
	font-style:italic;
}
#pagecontent h2 {
	color:#FFFFFF;
	font-size:16px;
	background-color:#5a595a;
	width:600px;
	margin:2px 2px 2px 2px;
	padding:4px 4px 4px 4px;
}
.helptext {
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 2px;
  color: blue;
  width: 300px;
  z-index: 100;
}
.helpable{
  border-bottom: 1px dotted #000000;
  cursor: help;
}
.title {
  font-family: verdana,ariel,sans-serif;
  color: #FFFFFF;
  background-color: #5A595A;
  font-size: 16px;
  font-weight: bold;
}
.subtitle {
  font-family: verdana,ariel,sans-serif;
  color: #FFFFFF;
  background-color: #999899;
  font-size: 12px;
  text-align: center;
}
.pretext {
  color: blue;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana,arial,sans-serif;
  background-color: #FAFBD9;
}
.red_text {
  color: red;
}
.toptab_current {
  background-color: #FAFBD9;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
a:link.col,  a:link.toptab_option,  a:link.subtitle,
a:visited.col, a:visited.toptab_option, a:visited.subtitle {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 10px;
}
.toptab_option {
  background-color: #5A595A;
}