.copy {
	font-family: arial;
	font-size: 9pt;
	line-height: 18px;
	color: #665B47;
}

.footer {
	font-family: arial;
	font-size: 8pt;
	line-height: 18px;
	color: #9E927D;
}

a {
	font-family: arial;
	font-size: 9pt;
	line-height: 18px;
	/* color: #3746FD; */
	color: #ffffff;
/* 	text-decoration: none; */
}

.a-whitebckgrd{
	font-family: arial;
	font-size: 9pt;
	line-height: 18px;
	color: #D3465A;
/* 	text-decoration: none; */
}

.about_portrait {
	float: left;
	margin: 1em 1.5em 1em 0;
}

/**
 * contact form
 */
#form_contact {
	font-size: .9em;
/* 	border: solid 1px silver; */
	margin: 1.5em 0 1.5em 0;
	padding: .8em;
	width: 30em;
/* 	float: right; */
/* 	clear: both; */
}
label {
	text-align: right;
	width: 5em;
	float: left;
}
div.form_input {
	clear: both;
	margin: .5em 0;
}
div.form_submit {
	text-align: center;
}
.form_contact_desc {
	font-weight: bold;
	margin-bottom: 1em;
}
.form_contact_label {
	margin: 0 1em;
}
.form_contact_textinput {
	font-size: .9em;
	border: solid 1px gray;
	width: 13em;
}
.form_contact_submitinput {
	border: solid 1px gray;
}
