body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:17px;
}
a {
	color: #666;
	text-decoration:underline;
}
a:hover {
	color: #666;
	text-decoration:none;
}

.error {
	color:#CC0000;
	font-size:12px;
}

.titlePurple {
	font-size:13px;
	color: #8f62ac;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.titlePurple a: {
	text-decoration:none;
	color: #8f62ac;
}
.titlePurple a:hover {
	text-decoration:underline;
	color: #8f62ac;
}

.subtitlePurple {
	font-size:12px;
	color: #8f62ac;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.subtitlePurple a: {
	text-decoration:none;
	color: #8f62ac;
}
.subtitlePurple a:hover {
	text-decoration:underline;
	color: #8f62ac;
}

.titlePurpleLG {
	font-size:18px;
	color: #8f62ac;
	text-decoration:none;
}
.subtitleGreen {
	font-size:12px;
	color: #8ebd57;
	text-transform:uppercase;
	font-weight:bold;
}
.subtitleGreenLC {
	font-size:13px;
	color: #8ebd57;
	font-weight:bold;
}
.subtitleGray {
	font-size:13px;
	color: #333333;
	font-weight:bold;
}
.subtitleGrayLG {
	font-size:16px;
	color: #333;
}
.price {
	font-size:14px;
	color: #8f62ac;
	font-weight:bold;
}
.copyright {
	font-size:10px;
	font-weight:bold;
	color: #8f62ac;
	text-transform:uppercase;
	line-height:25px;
}
.footer {
	color: #333333;
	text-decoration:none;
}
.footer a: {
	color: #333333;
	text-decoration:none;
}
.footer a:hover {
	color: #333333;
	text-decoration:underline;
}