/* CSS Document */

.bottomText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-right:10px;
}

.littleText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00496C;
}

.blackText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.tableBg{
	background-repeat:repeat-x;
}

.whiteText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-right:10px;
}

.redTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

.blueTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#92B91E;
	
} 

.greenText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
}

a.redLink{
	font-family:Arial;
	font-size:11px;
	color:#ED1B23;
	text-decoration:underline;
}
a.redLink:hover{
	font-family:Arial;
	font-size:11px;
	color:#ED1B23;
	text-decoration:none;
}

a.redJobsLink{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ED1B23;
	text-decoration:underline;
}
a.redJobsLink:hover{
	font-family:Arial;
	font-size:12px;
	color:#ED1B23;
	font-weight:bold;
	text-decoration:none;
}


/* FORM */
.customerInput {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	width: 190px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
}

.phoneInput {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	width: 130px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
}

.phoneSelect {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	background-color:#FFFFFF;
}

.textarea {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	width: 190px;
	height:100px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
}

/* ENF OF FORM */

.birthdaySelect {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	background-color:#FFFFFF;
	width:70px;
}
.PageTitle {
	color:#ED1B23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	text-align: right;
	margin: 8px;
	padding-right:5px;
	background-image: url(new_farm_title.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
