body {
	margin-top:25px;
}
.border {
	border: 1px dashed #5e7c8e;
	/*padding: 5px;*/
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.iconborder {
	border: 1px dashed #f63134;
}
.dashedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
  	margin-bottom: 5px;
}
.box {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* menue styles */
.menue, .menueactive {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: bold;
  line-height:14px;
  text-align: center;
  width:33%;
}
.menue {
	color: #f63134;
	background-color: #ffe6e6;
	border: 1px dashed #f63134;
}
.menueactive {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #f63134;
  padding:5px 0;
}
.menue a {
  display:block;
  padding:5px 0;
}
.menue a:hover {
  display:block;
  background-color:#f63134;
  color:white;
}
/* end of menue styles */
.smalltext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
#searchform input {
    border:1px solid gray;
    background-color:silver;
    font-size:10px;
    padding:2px;
}
#topleftlogo {
  display: table-cell;
  background-color:white;
}
.pages {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  font-weight: bold;
}
/* all link formatting  */
a:link {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #f63134;
}
a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #f63134;
}
a:hover {
	text-decoration: underline;
}
/* print styles */
.toprint {display:none;}
.toprintrow {display:none;}
#listingtable {margin-left:50px;}
#listingtable tr td {text-align:left;}

