@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d6e48e;
}
.contentText {
	font-size: 12px;
}
.pageBG {
	background-color: #FFFFFF;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	color: #4f166c;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:5px;
}
ul {
	margin-top:5px;
	margin-bottom:5px;
}
.textLinks {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.textLinks:hover {
	color: #4f166c;
}
.border {
	background-color: #bed63d;
}
.quoteBorder {
	background-color: #4f166c;
}
.quoteText {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #4f166c;
	text-align: center;
}
.quoteTextName {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #4f166c;
	text-align: right;
}
.faq_Q {
	font-weight: bold;
}

.faq_A {
}

.divide {
	background-color: #bed63d;
}
.shadow_base {
	background-image: url(images/blip_shadow_outer_bottom.jpg);
	background-repeat: repeat-x;
}
.shadow_side {
	background-image: url(images/blip_shadow_outer_side.jpg);
	background-repeat: repeat-y;
}

