body {
	text-align:center;
	background-image: url(graphics/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td, p {
	font-size: 10x;
}

#testimonials {
	background-image: url(graphics/testimonial_background.jpg);
	background-repeat: no-repeat;
	padding: 35px 12px;
	font-size: 1em;
	line-height: 1.25em;
	color: #999;
	text-align: left;
}

#mainText {
	padding: 6px 20px 20px 20px;
	font-size: 1.1em;
	line-height: 1.25em;
	color: #000;
	text-align: left;
}

#mainText img {
	padding-bottom: 6px;
}

#contactInfo {
	padding-bottom: 4px;
	font-size: 1em;
	line-height: 1.25em;
	color: #F00;
	text-align: right;
}

.servicesList ul {
	padding-top: 2px;
	margin-top: 2px;
}

a:link {
	text-decoration: none;
	color: #F00;
}

a:visited {
	text-decoration: underline;
	color: #F00;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

a:active {
	text-decoration: none;
	color: #F00;
}

.smallText {
	font-size: 10px;
}

.smallHeader, h6 {
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
}

.header, h3 {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

.popup {
	position: absolute;
	left: 25%;
	width: 50%;
	top: 50px;
	z-index: 99;
	padding: 25px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	text-align: center;
}

.textbox {
	font-size: 11px;
}

.dropdownlist {
	font-size: 11px;
}

.checkbox {
	font-size: 11px;
}

.radiobutton {
	font-size: 11px;
}

.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #C00;
	padding: 1px;
	border: 1px solid #000;
}
