.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.regularBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

.regularBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #330099;
	font-weight: bold;
}

.regularBoldLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

a:link
	{
	color: #330099;
	text-decoration: underline;
	}

a:visited
	{
	color: #330099;
	text-decoration: underline;
	}

a:active
	{
	color: #330099;
	text-decoration: underline;
	}

a:hover
	{
	color: #009933;
	text-decoration: underline;
	}

.white:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.white:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.white:active
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.white:hover
	{
	color: #99CC33;
	text-decoration: none;
	}

