a:link {
	color:#5A3D1C;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	color:#5A3D1C;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	color:#003366;
	font-weight : normal;
	text-decoration : none;
}

a:active {
	color:#5A3D1C;
	font-weight : normal;
	text-decoration : underline;
}

body {
	color : #000000;
	background-color:#D2DADD;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family : Arial;
	font-size : 12px;
}

.button {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
}

.field {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.header, h1, h2, h3, h4 {
	color : #5A3D1C;
	font-family : Times;
	font-size : 16px;
	font-weight : bold;
	line-height : 19px;
	text-transform:uppercase;
}

button {
	background-color:#FFFFFF; 
	border:0px solid #FFFFFF; 
	height:27px;
}

button, button td {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	cursor:hand;
}