.fontStandard {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #8a6749;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	text-transform: uppercase;
}
a:link {
	color: #996633;
	font-style: normal;
	text-decoration: underline;
	}
a:visited {
	color: #996633;
	font-style: normal;
	text-decoration: underline;
	}
a:hover { 
	color: #003366;
	text-decoration: underline;
	}
.textTable {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000033;
}
.headerTable {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.textTableBold {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
}
.textBold {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #8a6749;
}
input.text {
	width: 400px;
}
input.textarea {
	height:400px
}
input.text:focus, textarea:focus {
	background:#d6cabf;
}

