/*-----------------------------

		USER CSS

-----------------------------*/

.purpleheading
{
	font: bold 17px Helvetica;
	color: #4c568b;
}

.caps_purpleheading
{
	font: bold 11px Palatino Linotype;
	color: #4c568b;
	text-transform: uppercase;
}

.aquaheadingbig
{
	font: bold 17px Helvetica;
	color: #43c0bf;
}

.aquaheading
{
	font-weight: bold;
	color: #399;
}

.caps_aquaheading
{
	font-weight: bold;
	color: #399;
	text-transform: uppercase;
	font-size: 11px;
}

.smallfont
{
	font-size: 12px;
}

.purplefont
{
	color: #4c568b;
	font-weight: bold;
}

.learn_more
{
	margin-left: 160px;
	padding-left: 12px;
	background: url(learn.gif) no-repeat left center;
}

.learn_more a:link, .learn_more a:visited
{
	color: #8f8f8f;
	text-decoration: none;
}

.learn_more a:hover
{
	text-decoration: underline;
}