/* CSS Document */
@charset "utf-8";

body
{
	background-color:#CCC;
}

.bargain {
	font-size: 20px;
	color: #003366;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.phone {
	font-size: 20px;
	color: #CC0000;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableHeader {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	position: relative;
	left: 23px;
}
.cellBorder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.cellBorderBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C4E8FF;
}
.getServiceNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	position: relative;
	left: 23px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
}
.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#requestForm {
	width: 75%;
}
#requestForm td {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 25%;
}
#requestForm input, textarea {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
