.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.maintext a:link {
	color: #FF0000;
	text-decoration: underline;
}
.maintext a:visited {
	color: #FF0000;
	text-decoration: underline;
}
.maintext a:hover {
	color: #FF0000;
	text-decoration: none;
}
.maintext a:active {
	color: #FF0000;
	text-decoration: underline;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.smalltext a:link {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:visited {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:hover {
	color: #000000;
	text-decoration: none;
}
.smalltext a:active {
	color: #000000;
	text-decoration: underline;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.ondarksmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.ondarksmalltext a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondarksmalltext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondarksmalltext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondarksmalltext a:active {
	color: #FFFFFF;
	text-decoration: underline;
}