hr {
	border: 1px dashed;
	color: #ba5800;
}

.error {
	color: #FF0000;
}
.inputbox {
	border: 1px solid;
	padding: 1px;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px 2px 2px 5px;
	margin-left: 10px;
}

.mainboxborder {
	border-right-style: dotted;
	border-right-color: #666666;
	border-right-width: 2px;
}

.menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	cursor: hand;


}
.righttexttop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-bottom-style: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: auto;

}
.righttextlower {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-bottom-style: none;
	border-top-color: #666666;
	border-top-width: 2px;
	border-top-style: dotted;
	padding-top: 5px;
	padding-left: 5px;
}
A.menuitem:link
   {
    color: #993300;
    text-decoration: none
   }

A.menuitem:visited
   {
    color: #993300;
    text-decoration: none
   }

A.menuitem:hover
   {
    color: #999900;
    text-decoration: none
   }

A.menuitem:active
   {
	color: #999900;
	text-decoration: none;
   }

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;



}
.submenuheader {
	line-height: 20px;
	color: #993300;
	padding-left: 20px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
ul {
	display: compact;
	list-style-type: square;
}
.titletext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.scroll {
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: auto;
	height: 300px;
	width: 290px;
	clip:   rect(auto 290px 300px auto);

}
