A.visited {color: #FFFFFF; text-decoration:none}
A.active {color: #FFFFFF; text-decoration:none}
A.{color: #FFFFFF; text-decoration:none}
A.hover { color: #FFFFFF; text-decoration: underline}

.text {
	font-family: <% = strTextType %>;
	color : <% = strTextColour %>;
	font-size: <% = intTextSize %>px;
	font-weight: normal;
}


.bold {
	font-family: <% = strTextType %>;
	color : <% = strTextColour %>;
	font-size: <% = intTextSize %>px;
	font-weight: bold;
}

.smText {
	font-family: <% = strTextType %>;
	color : <% = strTextColour %>;
	font-size: 8px;
	font-weight: normal;
}