.border {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;

}
.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.form {
	border: 1px solid #000000;
	background-color: #FFEEBB;
}
.formbutton {
	background-color: #FFEEBB;
	border: 1px solid #FFEEBB;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}
a:active {
	color: #FF9900;
}

