@charset "utf-8";
/* CSS Document */

.heading_text {
	font-size: 24px;
	font-style: normal;
	line-height: 14px;
	font-weight: bolder;
	font-variant: normal;
	color: #990033;
}
.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}
.bgy_text {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #6C6C6C;
}
.mega_hading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-large
	font-style: normal;
	font-weight: bold;
}
a  {
  color:black;
  text-decoration: none;

}
.a:link {
   color: #666666;
   text-decoration: none;
}
.a:visited { 
   color:#990033;
   text-decoration: none;
}
.a:active {
    color: black;
	text-decoration: none;
}
.a:hover {
    color:#666666;
	text-decoration: underline;
