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

a, p, h1, h2, h3, dt, dd, ul, li, label {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	color: #5D54A4;
	text-align: center;
	margin: 10px 0 10px 0;
}

a {
	color: #00B0EB;
	text-decoration: none;
} a:hover {
	text-decoration: underline;
}

#contacts p {
	color: #FFF;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#content p {
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-align: justify;
}

#content a {
	color: #5D54A4;
	font-weight: bold;
}

#content li {
	font-size: 12px;
}

#footer p, #testimonials p {
	color: #333;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#testimonials p {
	margin: 0;
}

#testimonials p span {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.clearBoth {
	clear: both;
}
