body td
{
	font-size: smaller;
}

.helpTitle
{
	font-size: larger;
	font-weight: bold;
	color: #800080;
	font-family: Arial, Verdana, Helvetica;
}

.helpSubTitle
{
	font-size: smaller;
	font-weight: bold;
	color: #800080;
	font-family: Arial, Verdana, Helvetica;
}

.helpSubTitle2
{
	text-decoration: underline;
	color: #800080;
	font-family: Arial, Verdana, Helvetica;
}

.helpBody
{
	font-size: smaller;
	color: #666666;
	font-family: Arial, Verdana, Helvetica;
}

.helpBullet
{
	font-weight: normal;
	color: #666666;
	font-family: Arial, Verdana, Helvetica;
}

.informationMessage
{
	font-weight: bold;
	color: #800080;
	font-family: Arial, Verdana, Helvetica;
}

.errorMessage
{
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Verdana, Helvetica;
}

.reportMessage
{
	font-weight: bold;
	color: #666666;
	font-family: Arial, Verdana, Helvetica;
}

.helpImage
{
	border-top: 10px solid;
	border-bottom: 10px solid;
	border-color: white;
	text-align : center;
}
td.helpLink
{
	color : #0000ff;	
	text-decoration: underline;
}
.highlight
{
	background-color: #99ccff; 
}
.attention
{
	color : red;
}
.attention2
{
	font-weight: bold;
	color: #666666;
}
div.listDisplay
{
	overflow : auto;
}
.labelCell
{
	font-size: smaller;
}
a.webLink
{
	color: #630063;
}
a.webLink:hover
{
	color: #ac56be;
}
.crumbTrail
{
	font-size: smaller;
	font-weight: normal;
	color: #800080;
	font-family: Arial, Verdana, Helvetica;
}