body {
	font-family: Calibri, Arial ;
	font-size: 11px;
}

input, textarea {
	border-top: thin solid #FF6600;
	border-right: thin solid #FF6600;
	border-bottom: thin solid #FF6600;
	border-left: thin solid #FF6600;
	font-family: Calibri, Arial;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}
a:link {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: none;
	color:#333333;
}

#fleft {
	float:left;
	width: 250px;
	text-align:right;
	padding-right:3px;
	margin-bottom:5px
}

#fright {
	float:left;
	width: 300px;
	text-align:left;
	padding-left:3px;
	margin-bottom:5px
}

