/* CSS Document */
/*a:link{text-decoration:none;color:#333333;}
a:hover{text-decoration:none;color:#333333;}
a:active{text-decoration:none;color:#333333;}
a:visited{text-decoration:none;color:#333333;}*/

A:link,A:active,A:visited {
	color: #333333;
	text-decoration: none;
}
A:hover {
	color:#333333;
	text-decoration: none;
}


.txtOrange{
	color:#f26722;
	text-decoration:none;
}

.txtOrange a:link{color:#f26722; text-decoration:none;}
.txtOrange a:hover{color:#f26722; text-decoration:underline;}
.txtOrange a:active{color:#f26722; text-decoration:none;}
.txtOrange a:visited{color:#f26722; text-decoration:none;}

.txtOrangeBold{
	color:#f26722;
	text-decoration:none;
	font-weight:bold;
}

.txtOrangeBold a:link{color:#f26722; text-decoration:none; font-weight:bold;}
.txtOrangeBold a:hover{color:#f26722; text-decoration:underline; font-weight:bold;}
.txtOrangeBold a:active{color:#f26722; text-decoration:none; font-weight:bold;}
.txtOrangeBold a:visited{color:#f26722; text-decoration:none; font-weight:bold;}

.txtWhite{
	color:#ffffff;
	text-decoration:none;
}

.txtWhite a:link{color:#ffffff; text-decoration:none;}
.txtWhite a:hover{color:#ffffff; text-decoration:underline;}
.txtWhite a:active{color:#ffffff; text-decoration:none;}
.txtWhite a:visited{color:#ffffff; text-decoration:none;}

.txtWhiteBold{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.txtWhiteBold a:link{color:#ffffff; text-decoration:none; font-weight:bold;}
.txtWhiteBold a:hover{color:#ffffff; text-decoration:underline; font-weight:bold;}
.txtWhiteBold a:active{color:#ffffff; text-decoration:none; font-weight:bold;}
 .txtWhiteBold a:visited{color:#ffffff; text-decoration:none; font-weight:bold;}


.txtPurpleBold{
	color:#3d3d77;
	font-weight:bold;
	text-decoration:none;
}

.txtPurpleBold a:link{color:#3d3d77; text-decoration:none; font-weight:bold;}
.txtPurpleBold a:hover{color:#a00000; text-decoration:none; font-weight:bold;}
.txtPurpleBold a:active{color:#3d3d77; text-decoration:none;  font-weight:bold;}
.txtPurpleBold a:visited{color:#3d3d77; text-decoration:none; font-weight:bold;}

.txtRedBold{
	color:#ec1c24;
	text-decoration:none;
	font-weight:bold;
}

.txtRedBold a:link{color:#ec1c24; text-decoration:none; font-weight:bold;}
.txtRedBold a:hover{color:#ec1c24; text-decoration:underline; font-weight:bold;}
.txtRedBold a:active{color:#ec1c24; text-decoration:none; font-weight:bold;}
.txtRedBold a:visited{color:#ec1c24; text-decoration:none; font-weight:bold;}
