.text {
	font-family: "Tahoma", "Arial";
	font-size: 15px;
        color: #4A1400;
}
.title {
	font-family: "Tahoma", "Arial";
	font-size: 20px;
        text-decoration: underline;
}
.title1 {
	font-family: "Tahoma", "Arial";
	font-size: 20px;
        color: #FF5500;
        text-decoration: underline;
}
.title2 {
	font-family: "Tahoma", "Arial";
	font-size: 20px;
        color: #4A1400;
        text-decoration: underline;
}
.title3 {
	font-family: "Tahoma", "Arial";
	font-size: 18px;
        color: #4A1400;
        text-decoration: underline;
}
.orange { 
        border-top: 1px solid #ff5500;
}
input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
