body {
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
  color: #3e3e3e;
  background-color: #a9a9a9;
  background-image: url(../_img/bg.gif);
  background-repeat: repeat-x;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  text-align: center;
}


#container {
  max-width: 728px;
  width: 75%;
  margin: 0 auto; 
  text-align: left;
}

h1, h2, h3, h4, h5 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
  line-height: 1.25em;
  text-transform: uppercase;
}

td {
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
  color: #303030;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}

A:link, A:active { 
	color: #000000; 
	font-weight: normal; 
	text-decoration: underline; 
}

A:visited { 
	color: #1f1f1f; 
	font-weight: normal; 
	text-decoration: underline; 
}

A:hover { 
	color: #000000; 
	font-weight: normal; 
	background-color: #ffffff 
}

A.piclink:hover { 
	color: #000000; 
	font-weight: normal; 
	background-color: transparent 
}



TABLE.menu {
	position: absolute;
	top: 70px;
	width: 705px;
}



div #formDesc {
	font-family: "Arial", Arial, sans-serif;
	font-size: 12px;
	float: left;
	width: 150px;
margin-bottom: 10px;
}

div #formField {
	float: left;
}
input, textarea {
	font-family: "Arial", Arial, sans-serif;
	font-size: 12px;
  	line-height: 1.5em;
	margin: 0px 10px 0px 0px;
	width: 225px;
	color: #333;
	font-size: 100%;
	background-color: #eee;
	border: 1px solid #666;
}


