body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link, a:active, a:visited {
	text-decoration: none;
	color:#cf2c00;
}
a:hover {
	text-decoration: underline;
	color:#cf2c00;
}
.table td {
	height:28px;
}
.td2 {
	height:40px;
}
.text12px {
	font-size: 12px;
}
.text10px {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.header {
	color: #cf2c00;
	font-weight: bold;
	font-size: 24px;
}
.orange {
	color: #cf2c00;
}
.blue {
	color: #005699;
}
.red {
	color: #FF3300
}
.input {
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
}
.input_red {
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DAB8C4;
}
.address {
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.select {
	height:18px;
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
}
.textarea {
	height:80px;
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	background: #1B4D91;
	color: #FFFFFF;
	font: bolder;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
}
.clear {
	font-family: Arial, Helvetica, sans-serif;
	background: #1B4D91;
	color: #FFFFFF;
	font: bolder;
	text-transform: uppercase;
}
