.txtCopyright {
	font-size: 11px;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.PyramidBG {
	background-attachment: fixed;
	background-image: url(images/pyramid.gif);
	background-repeat: no-repeat;
	background-position: center 222px;
}

.txtGeneral {
	font-size: 11px;
	color: #333333; 
	line-height: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.GeneralTight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.GeneralTightGold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #746021;
}
.GeneralTight12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.GeneralTight12G {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.txt14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

.SearchText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.Navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.Txt11WhiteBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
}
.BorderMainFull {
	border: 1px solid #5C6D63;
}
.BorderFull {
	border: 1px solid #CCC;
}
.BorderSides {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000;
}
.Dots {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #666;
}
.VerticalLine {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.Footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
}
.Footer2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
}
.FooterSpaced {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	letter-spacing: 1px;
}
a:link {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	color: #248A3E;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a:active {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a.special:link {
	color: #CCC;
	text-decoration: none;
}
a.special:visited {
	color: #CCC;
	text-decoration: none;
}
a.special:hover {
	color: #FFF;
	text-decoration: none;
}
a.special:active {
	color: #CCC;
	text-decoration: none;
}
a.footer:link {
	color: #CCC;
	text-decoration: none;
}
a.footer:visited {
	color: #CCC;
	text-decoration: none;
}
a.footer:hover {
	color: #C90;
	text-decoration: underline;
}
a.footer:active {
	color: #CCC;
	text-decoration: none;
}

.FormSingleLines {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #E8EDE7;
	border: 1px solid #666;
	width: 310px;
}
.FormSingleLinesShort {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #E8EDE7;
	border: 1px solid #666;
	width: 80px;
}
.TxtAreaWidth {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #E8EDE7;
	width: 310px;
	color: #333;
	overflow:hidden;
	border: 1px solid #666;
	height: 110px;
}
.FormShortSignup{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3A2215;
	background-color: #F9F8A8;
	border: 1px solid #666;
}
object {vertical-align:bottom;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
   .fade:hover {
      opacity: 0.5;
      }
	  
.nav-fade {
   background: #fff;
   padding: 3px 8px;
   display: inline-block;
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
   }
 
   .nav-fade:hover {
      background: #ddd;
      }
	  
.roundedCornerBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #666;
	color: #fff;
}
a.f:link {
	color: #CCC;
	text-decoration: none;
}
a.f:visited {
	color: #CCC;
	text-decoration: none;
}
a.f:hover {
	color: #C90;
	text-decoration: none;
}
a.f:active {
	color: #CCC;
	text-decoration: none;
}
.CaptionShadow {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: -0.5px;
	line-height: 0.9em;
	margin: 0;
	padding-bottom: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	text-transform: none;
}
.CaptionShadow2 {
	color: #4B5A52;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: -0.5px;
	line-height: 0.9em;
	margin: 0;
	padding-bottom: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	text-transform: none;
}
.CaptionShadow3 {
	color: #000080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: -0.5px;
	line-height: 0.9em;
	margin: 0;
	padding-bottom: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	text-transform: none;
}
.Cap1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
}
.Cap1a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #000;
}

.Cap2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000080;
}
.Cap3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
