a:link, a:visited, a:active {
	color: #F67B35;
	text-decoration: none;
}

a:hover {
    color: #F67B35;
	text-decoration: underline;
}

select {
    background-color:#e15609;
	border: 1px solid #FFFFFF;
    font-size:11px;
    font-family:Tahoma;
	color: #FFFFFF;
    margin-bottom:0px;
    padding-top: 0px;
    padding-left:0px;
	width:200px;
}
form {
	margin:0px;
	padding:0px;
}
.button {
	border:1px solid #000000;
	font-size:11px;
	font-family:Arial;
	background-color:#F67B35;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:2px;
	font-weight: bold;
	cursor:hand;
}