A:link
{
	text-decoration: none;
	color: Navy;
}

A:active
{
	text-decoration: underline;
	color: #1E90FF;
}

A:visited
{
	text-decoration: none;
	color: #5F9EA0;
}

A:hover
{
	text-decoration: underline;
	color: #1E90FF;
}

A.small:link
{
	text-decoration: none;
	font-size: 8pt;
	color: Navy;
}

A.small:active
{
	text-decoration: underline;
	font-size: 8pt;
	color: #1E90FF;
}

A.small:visited
{
	text-decoration: none;
	font-size: 8pt;
	color: #233E55;
}

A.small:hover
{
	text-decoration: underline;
	font-size: 8pt;
	color: #1E90FF;
}

BODY
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1em;
	color: Black;
	line-height: 1.1;
	margin: 0;
	border: 0;
	
}

.thText
{
	font-family : verdana;
	font-size 	: 1.1em;
	color 		: #FFFFFF;
}

.TD
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1.1em;
	color: #47627A;
}

.username
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	color: #47627A;
}

.pageheading
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1.3em;
	font-style: bold;
	line-height: 1;
	color: #47627A;
	margin-bottom: 0em;
	margin-top: 0em;
}

.subHeading
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 1.2em;
	font-style: normal;
	color: black;
	margin-bottom: 0em;
	margin-top: 0em;
}

.info
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: .9em;
	font-style: normal;
}

.minorText
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 8pt;
	font-style: normal;
}

.msgQuote
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: .9em;
	font-style: normal;
	color : gray;
}

.error
{
	color : red;
	font-weight : bold;
}

.required
{
	color : red;
	font-weight : bold;
}

.optional
{
	color : green;
	font-weight : bold;
}

