@charset "UTF-8";

.Sub_Heading {
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 2px #efefef;
	font-size: 16px;
	color: #3d446c;
	font-weight: bold;
}
.Text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow: 1px 1px 2px #FFFFFF;
	text-align: left;
}
.Text1_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow: 1px 1px 2px #FFFFFF;
	text-align: left;
	font-weight: bolder;
}
a {
   outline: none;
}
a:hover, a:active, a:focus {
    // styling for any way a link is about to be used
}
a:active, a:focus {
      outline: 0;
}
/* You Will See This: */

:-moz-any-link:focus {
 outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
 outline: none;
}
a { outline-width: 0; }