body {
	color : #333333;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a:link {
	color:#666633;
	text-decoration : underline;
}

a:visited {
	color:#666633;
	text-decoration : underline;
}

a:hover {
	color:#CC9966;
	text-decoration : none;
}

a:active {
	color:#666633;
	text-decoration : underline;
}

.nav {
	margin:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.button {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #666633;
}

.field {
	color : #333333;
	font-family : Arial;
	font-size : 11px;
	border:1px solid #666633;
}

.header, h1, h2, h3, h4 {
	color : #666633;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	line-height : 19px;
}