.smallgray
{
    color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.smallblack
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.smallblue
{
	color: #0099ff;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.smallred
{
	color: #ff0066;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.smallred_link
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.mediumblue
{
	color: #0099ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40pt;
	font-style: normal;
	font-weight: bold;
}

.mediumblue_link
{
	color: #0099ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40pt;
	font-style: normal;
	font-weight: bold;
}

.largeblack
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77pt;
	font-style: normal;
	font-weight: bold;
}

.largeblack_link
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77pt;
	font-style: normal;
	font-weight: bold;
}

.largeblue
{
	color: #0099ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77pt;
	font-style: normal;
	font-weight: bold;
}

.mediumblue_link:link {
	color: #0099ff;
	text-decoration: none;
}
.mediumblue_link:hover {
    color: #000000;
	text-decoration: none;
}
.mediumblue_link:active {
	color: #000000;
	text-decoration: none;
}


.largeblack_link:link {
	color: #000000;
	text-decoration: none;
}
.largeblack_link:hover {
	color: #0099ff;
	text-decoration: none;
}
.largeblack_link:active {
	color: #0099ff;
	text-decoration: none;
}


.smallred_link:link {
	color: #ff0066;
	text-decoration: none;
}
.smallred_link:hover {
    color: #0099ff;
	text-decoration: none;
}
.smallred_link:active {
    color: #0099ff;
	text-decoration: none;
}
.smallred_link:visited {
    color: #ff0066;
	text-decoration: none;
}