a.home {
	border: 1px solid #ffffff;
	text-decoration: none;
}

a.home:active {
	border: 1px solid #ffffff;
	text-decoration: none;
}

a.home:hover {
	border: 1px solid #ffffff;
	text-decoration: none;
}

a.home:visited {
	border: 1px solid #ffffff;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

input.error, textarea.error {
	color: #000000;
	background-color: #f5731d;
}

td.formtext {
	color: #4c676b;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 12px 0px;
	text-align: right;
	text-decoration: none;
}

.error {
	color: #f5731d;
}