/* DISPLAY "CLASS" STYLES */
.footerLinks
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	font-size: 0.6em;
	color: #6e6e70;
}

.footerLinks a:link, .footerLinks a:active, .footerLinks a:visited
{
	color: #6e6e70;
	text-decoration: none;
}

.footerLinks a:hover
{
	color: #ababab;
	text-decoration: underline;
}

/* Link classes - held separately so they cannot be selected by user */
.contentText, .contentText p td
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	color: #6e6e70;
	font-size: 0.8em;
}

.contentText a:link, .contentText a:visited, .contentText a:active
{
	color: #6e6e70;
	text-decoration: underline;
}

.contentText a:hover
{
	text-decoration: underline;
}

/* Input classes - held separately so they cannot be selected by user */
.contentText input, .contentText textarea, .contentText select
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	font-size: 0.9em;
}

.contentText ul li
{
	/*list-style-image: url(../../Images/Corporate/bullet.gif);*/
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

/*.contentText ul li img
{
	vertical-align: middle;
}*/

.contentText ol li
{
	font-weight: bold;
	margin-bottom: 10px;
}

.contentTextHighlight a
{
	color: #ff00ff !important;
	text-decoration: underline !important;
}

.contentTextHighlight a:hover
{
	color: #ff00ff !important;
	text-decoration: underline !important;
}

