.underline {
	text-decoration: underline;
}
.m-over {
	background-color: #E3EEFD;
}
a:link {
	color: #666666;
}
a:visited {
	color: #8C8C8C;
}
a:hover {
	color: #000000;
}
a:active {
	color: #993300;
}
.none-underline {

	text-decoration: none;
}


a.moreLink:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: bold;

}
a.moreLink:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;


}
a.moreLink:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;

}

a.orangeLink:link {
	COLOR: #FF6600;
	TEXT-DECORATION: underline;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.orangeLink:visited {
	COLOR: #FF6600;
	TEXT-DECORATION: underline;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.orangeLink:hover {
	COLOR: #FF6600;
	TEXT-DECORATION: none;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}


a.blackLink:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.blackLink:visited {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.blackLink:hover {
	COLOR: #0099CC;
	TEXT-DECORATION: none;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}


a.blueLink:link {
	COLOR: #0080D5;
	TEXT-DECORATION: underline;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.blueLink:visited {
	COLOR: #1573FF;
	TEXT-DECORATION: underline;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.blueLink:hover {
	COLOR: #00CCFF;
	TEXT-DECORATION: none;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}
a.pinkLink:link {
	COLOR: #CC0099;
	TEXT-DECORATION: underline;
	font-family: Tahoma, "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
}