body, p, td, th, a, li {
	font: 13px Arial, Helvetica, sans-serif;
	color: #646464;
}

a:link {
	color: #646464;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #646464;
}
a:hover {
	text-decoration: underline;
	color: #CB0152;
}
a:active {
	text-decoration: underline;
	color: #CB0152;
}


.firstpara {
	color: #ab152b;
	font-size: 16px;
}

.smaller {
	font-size: 11px;
}

.bluetext {
	color: #0098d4;
}

.bluebold {
	color: #0098d4;
	font-weight: bold;
}
.paragraph {
	font: 13px Arial, Helvetica, sans-serif;
	color: #646464;
}


h1 {
	font-size: 30px;
	color: #ab152b;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	font-size: 100%;
}

hr {
	height: 1px;
	border: 0;
	background: #cb0152;
}

.message {
	color: #cb0152;
	font-style: italic;

}

.clienthead { font-size: 16px; color: #646464; }
.bg1 {
	background-color: #ffffff;
}

.quote {
    float: left;
	margin: 3px 20px 5px 0px;
	padding: 10px;
	color: #ab152b;
	border: 1px solid #c1c3bf;
	width: 180px;
	background: url(../_images/bg_login.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.csimage {
    float: right;
	margin: 3px 0px 5px 20px;
}