body {
	text-align: center;
	vertical-align: middle;
	font: 13px Georgia;
}

input, textarea {
	font: 13px Georgia;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

div.container {
 position: absolute;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  padding: 25px 0 25px 0;
}

div.left {	
text-align: right;
	float: left;
	width: 300px;
}

div.right {
padding-left: 25px;
text-align: left;
	float: left;
	width: 325px;
}

br.clear {
	clear: both;
}

hr {
 border-top: 1px dotted #ff0000; 
 border-bottom: 0;
 border-left: 0;
 border-right: 0;
 margin: 20px 0 20px 0;
 padding: 0;
 height: 1px;
}

td.as {
	vertical-align: middle;
}