﻿.bodyText,
.bodyText strong,
.bodyText p
{
	color: #7a7a7a;
    text-decoration: none;
    font-family: Arial, Verdana, Geneva, Helvetica;
    font-size: 9pt;
}
.bodyText a:link
{
	color: #49166d;
	font-weight: bold;
	text-decoration: none;
/* color: #505050;
text-decoration: underline;*/
}

.bodyText a:visited
{
	color: #7c5796;
	font-weight: 800;
	text-decoration: none;
}

.bodyText a:active,
.bodyText a:hover
{
	color: #49166D;
    text-decoration: underline;
}

.bodyText ul
{
	list-style-image: url(/images/square_bullet.gif);
	margin-left: 0px;
	padding-left: 20px;
	line-height: 1.5em;
}