a:link		{
	color: #FFB210;
	text-decoration: none
}
a:visited	{color: #660066; text-decoration: none}
a:hover		{color: #FF0000; text-decoration: underline}
a:active	{color: #00266B; text-decoration: none}

.text {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.textsmall {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-weight: normal;
	color: #FFB210;
}
.textblue {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #00266B;
}