body {
	font-family: Arial;
	font-size: 12px;
	color: #444;
}

h1 {
	font-size: 14px;
	color: #1e6696;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 13px;
	color: #1e6696;
}

h3 {
	font-size: 12px;
	color: #1e6696;
}

a {
	color: #1e6696;
}

a:hover {
	text-decoration: none;
}

.box_list {
	margin-top: 5px;
	margin-left: -10px;
}

.box_list li {
	font-size: 10px;
	margin-top: 5px;
}

.preview_image {
	margin: 0px 0px 10px 10px;
	float: right;
	border: 0px;
}

.testimonial {
	background: url(./images/quote.png) no-repeat 0px 0px;
	border: 1px solid #ccc;
	padding: 5px 20px 10px 35px;
	font-style: italic;
	font-family: serif;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

.testimonial_text {
	text-align: left;
	margin: 0px;
}

.testimonial_author {
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.reference_box {
	text-align: center;
}
.reference_box img {
	margin: 10px;
	vertical-align: middle;
}

.table_data {
	width: 100%;
	border: 1px solid #ccc;
}

.table_data th {
	background-color: #18557e;
	border: 1px solid #fff;
	padding: 2px;
	color: #fff;
}

.table_data td {
	background-color: #f6f6f6;
	border: 1px solid #fff;
	padding: 2px;
}