@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.keyline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #717074;
	border-right-color: #717074;
	border-bottom-color: #717074;
	border-left-color: #717074;
}
.introPara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #621A4B;
	line-height: 1.6em;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	color: #717074;
}
#footer {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
}
#footer a, a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
strong {
	color: #621A4B;
	font-weight: normal;
}
.boldText {
	font-weight: bold;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.sideimg {
	padding-bottom: 25px;
}
a, a:link {
	color: #717074;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ol {
	color: #717074;
}

