@charset "UTF-8";

.Heading {
	font-family: Century Gothic, sans-serif;
	font-size: 30px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000000;
}
.Sub_Heading {
	font-family: "Century Gothic", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: normal;
}
.Sub_Heading_orange {
	font-family: "Century Gothic", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #ff9600;
	font-weight: normal;
}
.Text {
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: left;
}
.Text1 {
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: left;
}
.Text1_bold {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	color: #CCC;
	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; }
.Text .Text1_bold {
	text-align: left;
}
