.normal {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica

}

A.normal {
	text-decoration: none;
	color: white
}

A.normal:hover {
	color: gold
}

.smalltxt {
	font-size: 0.55em;
	font-family: Arial, Helvetica, Sans-serif

}

A.smalltxt {
	text-decoration: none;
	color: white
}

A.smalltxt:hover {
	color: gold
}

.bluelink {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #36009c

}

A.bluelink {
	text-decoration: none;
	color: #36009c

}

A.bluelink:hover {
	color: red

}

.redlink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;

}

A.redlink {
	text-decoration: none;
	color: #FF0000;

}

A.redlink:hover {
	text-decoration: underline;
	color: #FF0000;

}

.bluelink {
	font-size: 10px;
	text-decoration: none;
	color: #0099CC;

}

.bluelink:visited {
	color: #36009c

}

.orangelink {
	FONT-SIZE: 0.60em;
	FONT-WEIGHT: bold;
	COLOR: #FF9900;
	FONT-FAMILY: Verdana, Arial, Helvetica
}
A.orangelink {
	COLOR: #FF9900;
	TEXT-DECORATION: none
}
A.orangelink:hover {
	COLOR: red
}
.orangelink:visited {
	COLOR: #FF9900
}

.whitelink {
	FONT-SIZE: 0.55em;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, Sans-serif
}
A.whitelink {
	COLOR: white;
	TEXT-DECORATION: none
}
A.whitelink:hover {
	COLOR: white;
	TEXT-DECORATION: underline
}
.whitelink:visited {
	COLOR: white
}

.titletxt {
	FONT-SIZE: 0.8em;
	COLOR: black;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

