﻿body {
	background: white; 
	line-height: 1.3em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E2612;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
}

p {
	font-size: 1em;
	margin-top: .8em;
}

table {
	width: 100%;
}

td {
	font-size: 1em;
	vertical-align: top;
}

td.right {
	text-align: right;
}

a { color: #2F4F2F; text-decoration: underline; }
a:link { color: #2F4F2F; text-decoration: underline; }
a:visited { color: #2F4F2F; text-decoration: underline; }
a:hover { color: #DD7500; text-decoration: underline; }

