a.navlink:link {
	color: #666666;
	text-decoration: none;
}
a.navlink:visited {
	text-decoration: none;
	color: #666666;
}
a.navlink:hover {
	text-decoration: none;
	color: #E51837;
}
a.navlink:active {
	text-decoration: none;
	color: #666666;
}




a.navlink-s:link {
	color: #E51837;
	text-decoration: none;
}
a.navlink-s:visited {
	text-decoration: none;
	color: #E51837;
}
a.navlink-s:hover {
	text-decoration: none;
	color: #E51837;
}
a.navlink-s:active {
	text-decoration: none;
	color: #E51837;
}





body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg-blend.jpg);
	background-repeat: repeat-x;
	margin-top: 25px;
	margin-bottom: 25px;
}
a:link {
	color: #E71635;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E71635;
}
a:hover {
	text-decoration: none;
	color: #E71635;
}
a:active {
	text-decoration: underline;
	color: #E71635;
}
.nav-area {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.nav-sel {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	background-image: url(../images/selected-blend.jpg);
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
}
.content-text {
	padding-left: 35px;
	line-height: 24px;
	color: #333333;
}
.before-after-text {
	font-size: 10px;
	line-height: 14px;
}
.top-padding {
	padding-top: 35px;
	font-size: 10px;
}
.content-bg {
	background-image: url(../images/bg-swerl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.image-padding-bottom {
	padding-bottom: 10px;
}
