/* Links & Navigations */

.link3 {
	color: #FFFF99;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	font-weight: Bold;
}

.link31 a:active{
	color: #454545;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: Bold;
	}	

.link31 a:visited{
	color: #666666;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: Bold;
}	


.link3 a:hover{
	color: #F3A81D;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: Bold;
	}


	
.link3w {
	color:#FFCC00;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	font-weight:Bold;
}

.link3w1 a:visited{
	color: #4E4E4E;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: Bold;
	}	
	
.link3w a:hover{
	color:#FF6600;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	font-weight:Bold;
}

.linkGrTxt{
	color:#555555;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration:none
	
	}
	

.linkGrTxt a:hover{
	color:#333333;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline
	
	}

/* Fonts */

.headingTxt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}
.headingBigTxt {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF99;
}
.headingTxtBlue {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #CCFFCC;
}
.mainYelTxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF99;
	text-align: justify;
}
.mainGreenHighTxt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CCFFCC;
}
.mainGreenTxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #CCFFCC;
	text-align: justify;
}
.mainGreenSmlTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCFFCC;
}
.mainYelHighTxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF99;
}

.welcomeTxt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #953E0F;
}
.mainTxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #3A3A3A;
}

.mainTxt a:hover {
	text-decoration:none;
}
/* background */
.hrdBg {
	text-decoration:none;
	background-image: url(images/hrd_img.jpg);
	background-repeat: no-repeat;
}
.hrdBgBlue {
	text-decoration:none;
	background-image: url(images/hrd_img_blue_bg.jpg);
	background-repeat: no-repeat;
}