.Hyellow{
	font-size: 18px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
.txtyellow{
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
}
.txtblack{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.txtblack2{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.txtblackB{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.txtwhite{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtReportTitle{
	font-size: 14px;
	color: #032A4B;
	text-decoration: none;
	font-weight:bold;
}
.Hblue{
    color: #021665;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.txterror{
     color: red;
	font-size: 12px;
}



/*****link********/
.txtlink{
color: #FBCC12;
	font-size: 14px;
	text-decoration: none;
}
.txtlink:link{
	color: #FBCC12;
	font-size: 14px;
	text-decoration: none;
}

.txtlink1:visited{
	color: #FBCC12;
	font-size: 14px;
	text-decoration: none;
}
.txtlink:hover{
	color: #FFE066;
	font-size: 14px;
	text-decoration: none;
}


