/* DISPLAY "CLASS" STYLES */
.footerLinks a:link, .footerLinks a:active, .footerLinks a:visited
{
	color: #000000;
	text-decoration: none;
}

.footerLinks a:hover
{
	color: #abd2a2;
	text-decoration: underline;
}

/* Link classes - held separately so they cannot be selected by user */
.contentText
{
	font-family: Verdana, Sans-serif;
	color: #333366;
	font-size: 0.95em;
}

.contentText a:link, .contentText a:visited, .contentText a:active
{
	color: #333366;
	text-decoration: underline;
	font-size: 0.95em;
}

.contentText a:hover
{
	color: #006666;
	text-decoration: underline;
	font-size: 0.95em;
}

* html .contentText td
{
	font-size: 0.75em;
}

/* Input classes - held separately so they cannot be selected by user */
.contentText input, .contentText textarea, .contentText select
{
	font-family: Verdana, Sans-serif;
	color: #333366;
	font-size: 0.95em;	
}

.contentText ul li
{
	color: #333366;
	list-style-image: url("../Images/bullet.jpg");
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

.contentText ol li
{
	color: #333366;
	font-weight: bold;
	margin-bottom: 10px;
}

