Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 125%;
}
a {
    color: #651F52;
	text-decoration: none;
}
a:hover {
    color: #B171A0;
	text-decoration: underline;
}
.smnav {
    color: #B171A0;
	text-decoration: none;
}
.smnav:hover {
    color: #651F52;
	text-decoration: underline;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
	margin-top: 10px;
}
.lines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #651F52;
	border-bottom-color: #651F52;
}
.box {
	border: 1px solid #651f52;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-indent: 10px;
}
.threelines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: 651F52;
	border-right-color: #651f52;
	border-left-color: #651f52;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: B171A0;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.vert-line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #651f52;
	border-left-color: #651f52;
}
.white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
