/*----- Disable Text Selection with CSS Code--- TB----*/
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.header_title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: none;
	color: #000000;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.header_title21 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: none;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}
.footertextbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FE0106;
	line-height: 25px;
}
a:link.footerlink {
	color: #fff;
	text-decoration: none;
}
a:visited.footerlink {
	color: #fff;
	text-decoration: none;
}
a:hover.footerlink {
	color: #fff;
	text-decoration: underline;
}
a:active.footerlink {
	color: #fff;
	text-decoration: none;
}
a:link.navilink {
	color: #333333;
	text-decoration: none;
}
a:visited.navilink {
	color: #333333;
	text-decoration: none;
}
a:hover.navilink {
	color: #333333;
	text-decoration: none;
}
a:active.navilink {
	color: #333333;
	text-decoration: none;
}
a:link.newslink {
	color: #333333;
	text-decoration: none;
}
a:visited.newslink {
	color: #333333;
	text-decoration: none;
}
a:hover.newslink {
	color: #333333;
	text-decoration: underline;
}
a:active.newslink {
	color: #333333;
	text-decoration: none;
}

.maintext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.tablebottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



.navitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
}

