a:link {
	color: #666666;
	text-decoration: underline;
	}
a:visited { 
	color: #666666;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #666666;
	text-decoration: underline; 
	}
	
body {
	background-color: #FFFFFF;
	color: #666666;
	font-style: normal;
	font-family: "Myriad Pro", "Lucida Sans", "Gill Sans MT", sans-serif;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
}
.textBigHead {
	font-family:TechnicLite;
	font-size: 52px;
	color: #333333;
	line-height: 1.0865;
	font-weight: 200;
}
.textTitle {
	font-family: Verdana, "Myriad Pro", "Lucida Sans", "Gill Sans MT", sans-serif;
	font-size: 24px;
	color:#666666;
	line-height: 1.0865;
	font-weight: 600;
}
.textCrumb {
	font-family: Verdana, "Myriad Pro", "Lucida Sans", "Gill Sans MT", sans-serif;
	font-size: 18px;
	color:#666666;
	line-height: 1.0865;
	font-weight: 300;
}
.textFoot {
	font-family: Verdana, "Myriad Pro", "Lucida Sans", "Gill Sans MT", sans-serif;
	font-size: 12px;
	color:#666666;
	line-height: 1.0865;
	font-weight: 200;
}
.textVerd { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:14px;
	}
	
.textVerdBold { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}
	
.textVerdBold2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}

td.box4grey
{
	border-style: solid;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-color: #D5D5D5;
	border-right-width: 1px;
	border-right-color: #D5D5D5;
	border-left-width: 1px;
	border-left-color: #D5D5D5;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
}

td.box4green
{
	border-style: solid;
	background-color:#D7E8A1;
	border-top-width: 1px;
	border-top-color: #B0D144;
	border-right-width: 1px;
	border-right-color: #B0D144;
	border-left-width: 1px;
	border-left-color: #B0D144;
	border-bottom-width: 1px;
	border-bottom-color: #B0D144;
}

td.boxBlack
{
	border-style: solid;
	background-color:#EEF7D0;
	border-top-width: 0px;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
}
.container {
   border: 1px solid #DDDDDD;
   width: 200px;
   height: 200px;
   position: relative;
}
.tag {
   float: left;
   position: absolute;
   left: 40px;
   top: 20px;
   z-index: 1000;
   background-color: #92AD40;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}
.homepage-container {
    overflow: hidden;
}
.homepage-carousel-wrapper {
    border-bottom: 3px solid #1f2124;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}
.contained_width {
    max-width: 1200px;
    margin: 0 auto;
}
.hp-carousel-content {
    position: absolute;
    width: 516px;
    padding: 30px;
    background: rgba(239,240,243,.75);
    top: 0;
    left: 0;
    margin: 37px 0;
}