body, td, input, textarea, select {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  margin: 0px;
}
headline {
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}
.picsubtext {
  font-size: 12px;
  color: #8a8a8a;
}
p {
  margin: 0px;
}
a:hover {
  text-decoration: none;
}
.speccol, a:link, a:visited {
  color: #ba2025;
}
.options {
  position: absolute;
  top: 10px;
  left: 730px;
}
.offline {
  text-decoration: line-through;
}
#content {
  border: solid 1px #cccccc;
  position: absolute;
  top: 72px;
  margin-left: 371px;
  z-index: 5;
  background-color: #ffffff;
  width:447px;
	max-width:447px;
	height:377px;
	overflow:auto;
}
.contenttext, input, select, textarea {
  color: #8a8a8a;
  font-size: 11px;
}
.error {
  color: red;
  font-size: 11px;
}
@media print {
  .whiteprintbox {
    position: absolute;
    top: 72px;
    margin-left: 371px;
    z-index: 4;
    width:447px;
  	height:377px;
  }  
}
@media screen, handheld {
  .whiteprintbox {
    visibility: hidden;
    width:0px;
   	height:0px;
   	position: absolute;
   	top: 0px;
   	left: 0px;
  }  
}
.justinprojecthl {
	color: #ff9900
}
