a:link
	{
	color: #003399;
	text-decoration: underline;
}

a:visited
	{
	color: #999999;
	text-decoration: underline;
}

a:active
	{
	color: #999999;
	text-decoration: underline;
}

a:hover
	{
	color: #999999;
	text-decoration: underline;
	}

.copyright
{
	font-size: 12px;
	line-height: 135%;
	font-family: "arial";
	color: Black;
}

.bold
{
	font-size: 14px;
	line-height: 135%;
	font-family: "arial";
	color: Black;
	font-weight: bold;
}

.regular
{
	font-size: 14px;
	line-height: 135%;
	font-family: "arial";
	color: #000000;
}	

.regularWhite
{
	font-size: 14px;
	line-height: 135%;
	font-family: "arial";
	color: #ffffff;
}	

.italics
{
	font-size: 14px;
	line-height: 135%;
	font-family: "arial";
	color: #000000;
	font : italic;
}

.head
{
	font-size: 18px;
	line-height: 135%;
	font-family: "arial";
	font-weight: bold;
	color: Black;
}	


.subhead
{
	font-size: 15px;
	line-height: 135%;
	font-family: "arial";
	font-weight: bold;
	color: Black;
}	

UL
{
	font-size: 14px;
	line-height: 135%;
	font-family: "arial";
	color: #000000;
}	

LI
{
	font-size: 14px;
	line-height: 135%;
	font-family: "arial";
	color: #000000;
}