.normal {
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif

}

A.normal {
	text-decoration: none;
	color: white
}

A.normal:hover {
	color: gold
}

.smalltxt {
	font-size: 0.65em;
	font-family: Georgia, "Times New Roman", Times, serif

}

A.smalltxt {
	text-decoration: none;
	color: white
}

A.smalltxt:hover {
	color: gold
}

.bluelink {
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #36009c

}

A.bluelink {
	text-decoration: none;
	color: #36009c

}

A.bluelink:hover {
	color: red

}

.redlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	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: 0.7em;
	text-decoration: none;
	color: #0099CC;

}

.bluelink:visited {
	color: #36009c

}

.orangelink {
	FONT-SIZE: 0.7em;
	FONT-WEIGHT: bold;
	COLOR: #FF9900;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
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: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
