/* CSS Document */

/* Fonts */
.maintext {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#B799C5;


}

.welcomeTxt {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #A3B1E7;
}

.welTxtKala {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #9BCAFF;
}
.mainTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #A9B1DC;
}
.whiteTxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


.galWhiteTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.galleryTxt {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #9BCAFF;
}
.galTitleTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ABCEE6;
}

.galGenTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9F99AA;
}
/* tables */
.tableMainbg {
	background-color:#2B1E28;
}
.skyBorder {
	background-color:#313131;
	border: 1px solid #6C88A8;
}
.tblGrayBorder {
	background-color:#4D4D4D;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #6C88A8;
}
/* Links & Navigations */

.link3 {
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma;
	font-size:11px;
	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: #999999;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: Bold;
	}


	
.link3w {
	color:#990000;
	text-decoration: none;
	font-family: Tahoma;
	font-size:11px;
	font-weight:Bold;
}

.link3w 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:11px;
	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
	
	}
	
.linkGalSkyTxt {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9BCAFF;
	text-decoration: none;
}
.linkGalSkyTxt a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9BCAFF;
	text-decoration: underline;
}
.linkGalProdTxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #9BCAFF;
	text-decoration: none;
}
.linkGalProdTxt a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #9BCAFF;
	text-decoration: underline;
}
