.txtTeal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: teal;
	text-decoration: none;
	font-style: italic;
}
.txtTeal a:link { color: teal;}
.txtTeal a:hover {  color: teal;
					background-color: #ffff66;}

.txtGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	font-style: italic;
}
.txtGrey a:link { color: gray;}
.txtGrey a:hover { color: gray; background-color: yellow; }

.txtRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: red;
	text-decoration: none;
	font-style: italic;
}
.txtRed a:link { color: red;
					 text-decoration: none;}
.txtRed a:hover {
	color: red;
	background-color: #ffff66;
	text-decoration: none;
}

.txtPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF3760;
	text-decoration: none;
	font-style: italic;
}
.txtPink a:link { color: #FF3760; }
.txtPink a:hover { color: #FF3760; background-color: #ffff66; }

.txtNavy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	font-style: italic;
}
.txtNavy a:link { color: navy;}
.txtNavy a:hover {
	color: navy;
	background-color: #ffff66;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #A7011A;
	text-decoration: none;
}
.caption a:link { color: #a7061c;}
.caption a:hover { color: #a7061c; background-color: yellow; }

.popupmenutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A7011A;
	text-decoration: none;
}
.popupmenutxt a:link {
	color: #A7011A;
	text-decoration: none;
}
.popupmenutxt a:hover {
	color: #666666;
	background-color: #FFFF66;
	text-decoration: none;
}

.titleOrange {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: 600;
	color: #FF6000;
	text-decoration: inherit;
	font-style: oblique;
}
.titleOrange a:link { color: #FF6000;}
.titleOrange a:hover { color: #FF6000; background-color: yellow; }
.txtOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FB5F00;
	text-decoration: none;
	font-style: italic;
}
.txtOrange a:link { color: #FF6000;}
.txtOrange a:hover { color: #FF6000; background-color: yellow; }
.txtOlive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: olive;
	text-decoration: none;
	font-style: italic;
}
.txtOlive a:link { color: olive;}
.txtOlive a:hover { color: olive; background-color: yellow; }
.txtMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #930000;
	text-decoration: none;
	font-style: italic;
}
.txtMaroon a:link { color: #930000;}
.txtMaroon a:hover { color: #930000; background-color: yellow; }
.txtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	font-style: italic;
}
.txtBlue a:link { color: blue;}
.txtBlue a:hover { color: blue; background-color: yellow; }
.txtBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-style: italic;
}
.txtBlack a:link { color: black;}
.txtBlack a:hover { color: black; background-color: silver; }
.txtDarkGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4a4a4a;
	text-decoration: none;
	font-style: italic;
}
.txtDarkGrey a:link { color: #4a4a4a;}
.txtDarkGrey a:hover { color: #4a4a4a; background-color: yellow; }
.titleMaroon { font-family: "Times New Roman", Times, serif; font-size: x-large; color: #c30000; font-style: italic; font-weight: 600; text-decoration: none; text-shadow: blue; }
.titleMaroon a:link { color: #c30000;}
.titleMaroon a:hover { color: #c30000; background-color: yellow; }
.medtxtNavy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	font-style: italic;
}
.medtxtNavy a:link { color: navy;}
.medtxtNavy a:hover {
	color: navy;
	background-color: silver;
}
.medtxtMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #a50000;
	text-decoration: none;
	font-style: italic;
}
.medtxtMaroon a:link { color: #a50000;}
.medtxtMaroon a:hover { color: #a50000; background-color: yellow; }
.medtxtOlive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: olive;
	text-decoration: none;
	font-style: italic;
}
.medtxtOlive a:link { color: olive;}
.medtxtOlive a:hover { color: olive; background-color: yellow; }
.medtxtOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F23100;
	text-decoration: none;
	font-style: italic;
}
.medtxtOrange a:link { color: #F23100;}
.medtxtOrange a:hover { color: #F23100; background-color: yellow; }
.txtLightBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2976C2;
	text-decoration: none;
	font-style: italic;
}
.txtLightBlue a:link { color: #2976C2;}
.txtLightBlue a:hover { color: #2976C2; background-color: yellow; }
.txtInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #050d16;
	text-decoration: none;
}
