body {
	background: #d3d0cb url("../img/background.gif") repeat-x top;
	margin: 6px; }

table {
	border-collapse: collapse;
	border-spacing: 0px; }

td {
	padding: 0px;
	vertical-align: top; }

form {
	margin: 0px; }

div {
	text-align: left; }

p {
	margin: 0px; }

p.header, a.header {
	color: #363128;
	font-family: palatino;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-variant: small-caps; }

p.body, a.body, p.quote {
	color: #363128;
	font-family: palatino;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal; }

a.header, a.body {
	color: #cf4839; }

a.header:hover, a.body:hover {
	color: #e7958d; }

p.quote {
	font-style: italic; }

div.line {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 4px 0px; }

input.textbox, .dropdown, textarea {
	background: #ffffff;
	color: #363128;
	width: 200px;
	padding-left: 2px;
	height: 22px;
	font-family: palatino;
	font-size: 14px;
	border: 1px solid #514a3e;
	margin: 0px; }

textarea {
	height: 80px; }