BODY, TD, .NormalText { font-weight: normal; font-style: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

.Header			{ font-size: 16px; font-weight: bold; color: #565972; }
.Subheader		{ font-size: 12px; font-weight: bold; color: #A4A7BE; }

.SmallText		{ font-size: 10px; }
.MediumText		{ font-size: 16px; }
.LargeText		{ font-size: 20px; }

* .MediumBold	{ font-size: 16px; font-weight: bold; }

.LightPurple	{ color: #A4A7BE; }
.DarkPurple		{ color: #565972; }
.Black			{ color: #000000; }
.White			{ color: #FFFFFF; }

a:link, a:visited { color: #757990; }
a:hover, a:active { color: #595C75; }

h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #565972;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #A4A7BE;
}
h3 {
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 16px;
	color: #565972;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #565972;
	text-align: center;
	border-bottom: 1px solid #565972;
}

* .desc {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
* .desc a {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
* .desc a:link, * .desc a:visited {
	color: #000000;
}
* .desc a:hover, * .desc a:active {
	color: #595C75;
}
* .descsp {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
* .descsp a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

* #info {
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}
* #info a:link, * #info a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
* #info a:hover, * #info a:active {
	color: #000000;
	font-weight: bold;
}

* #quickContactContainer table {
	border: 1px solid #000000;
}
* #quickContact {
	text-align: center;
	background-color: #EDEAE9;
}
* #quickContact form {
	margin: 0;
	padding: 0;
}
* #quickContact p {
	margin: 0 18px 0 0;
	padding: 0;
	font-size: 10px;
	text-align: right;
}
* #quickContact input {
	width: 170px;
	margin: 1px 0 1px 0;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #A4A7BE;
}
* #quickContact textarea {
	width: 170px;
	height: 40px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #A4A7BE;
}
* #quickContactBtn input {
	font-weight: bold;
	background: #A4A7BE;
	border: 1px solid #000000;
}

* #contactForm {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
* #contactForm p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
* #contactForm input, * #contactForm select {
	width: 200px;
	margin: 1px 0 1px 0;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #A4A7BE;
}
* #contactForm textarea {
	width: 270px;
	height: 200px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #A4A7BE;
}
* #contactFormBtn {
	text-align: center;
}
* #contactFormBtn input {
	width: 60px;
	font-weight: bold;
	background: #A4A7BE;
	border: 1px solid #000000;
}

* .testimonials {
	border: double #565972;
}
