body {
	font-family: Tahoma, Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

P {
	text-align:justify;
}

.wrap {
	background-color: #a60000;
	width: 660px;
	text-align:justify;
}

.topcontent {
	background-image: url(img/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #a60000;
	border-left: 1px solid #a60000;
	border-right: 1px solid #a60000;
	padding: 7px;
}

.small{
	font-size: 10px;
}

.highlight {
	text-transform: uppercase;
	font-weight: bold;
	color: #a60000;
	font-size: 12px;
	text-align: center;
}

.border {
	border: 1px solid #a60000;
	background-color: white;
}

.border TD {
	padding: 7px;
}

.textbox {
	height: 17px;
	width: 120px;
	border-top: 1px groove #ececec;
	border-left: 1px groove #ececec;
	border-right: 1px groove #3d3d3d;
	border-bottom: 1px groove black;
}

.testimonial {
	font-style: italic;
}

a:link {color: black; text-decoration: underline}
a:visited {color: black; text-decoration: underline}
a:active{color: black; text-decoration: underline}
a:hover {color: red; text-decoration: none}