body {
	color: #000;
	background-color: white;
	font-size: 80%;
	text-shadow: white 0 1px 0;
}

div.editheader {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color: blue; 
  font-weight: bold;
}

div.editmode {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color: red; 
  font-weight: bold;
}

img {
 border: 0px;
}

table {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

textarea {
	border: 1p solid gray;
	color: black;
	background: silver url(../img/global/spacer.gif) no-repeat;
	font-size: 1.0em;
}
input {
	border: 1p solid gray;
	color: black;
	background: silver url(../img/global/spacer.gif) no-repeat;
	font-size: 1.0em;
}