BODY{font-size:12pt;
	font-family:'Lato',arial,cursive,impact;
	color:191919;
}

H1{font-size:30pt;
	font-family:'Lato',arial,cursive,impact;
	font-decoration:underline;
	text-align:center;
	color:191919;
}

P{font-size:12pt;
	font-family:'Lato',arial,cursive,impact;
	font-weight:normal;
	color:191919;
}

TD{font-size:13pt;
	font-family:'Lato',arial,cursive,impact;
	text-align:center;
	color:191919;
}

TR{font-family:'Lato',arial,cursive,impact;
    font-size:13pt;
}

TABLE{font-family:'Lato',arial,cursive,impact;
    font-size:13pt;
}

IMG{font-family:'Lato',arial,cursive,impact;
    font-size:13pt;
}

.ButtonG {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 13px;
  text-shadow: 1px 1px 0px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #a6a6a6;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.ButtonG:hover {
  background: #c7c7c7;
  text-decoration: none;
}

.TablesG {
	margin:0px;padding:0px;
	width:33%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
	
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
}

.TablesG table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.TablesG tr:last-child td:last-child {
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
}

.TablesG table tr:first-child td:first-child {
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
}
.TablesG table tr:first-child td:last-child {
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
}

.TablesG tr:last-child td:first-child{
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
}

.TablesG tr:hover td{
	background-color:#ffffff;
}

.TablesG td{
	font-family:'Lato',arial,cursive,impact;
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

.TablesG tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.TablesG tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.TablesG tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.TablesG tr:first-child td{
		background:-o-linear-gradient(bottom, #275e42 5%, #39845d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #275e42), color-stop(1, #39845d) );
	background:-moz-linear-gradient( center top, #275e42 5%, #39845d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#275e42", endColorstr="#39845d");	background: -o-linear-gradient(top,#275e42,39845d);
        background-color:#275e42;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:17px;
	font-family:'Lato',arial,cursive,impact;
	font-weight:normal;
	color:#ffffff;
}

.TablesG tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #275e42 5%, #39845d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #275e42), color-stop(1, #39845d) );
	background:-moz-linear-gradient( center top, #275e42 5%, #39845d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#275e42", endColorstr="#39845d");	background: -o-linear-gradient(top,#275e42,39845d);
	background-color:#275e42;
}

.TablesG tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}

.TablesG tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}

.inputs {
	font-family:'Lato',arial,cursive,impact;
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 9px 6px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.inputs:focus {
    background: #fff;
    box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}

iframe { 
    display:block; 
    width:100%; 
    border:none;
}

.myButton {
    width:100%;
	background-color:#e5ffec;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #478f4e;
	display:inline-block;
	cursor:pointer;
	color:#383838;
	font-family:'Lato',arial,cursive,impact;
	font-size:18px;
	padding:12px 23px;
	text-decoration:none;
}

.myButton:hover {
	background-color:#aae6b9;
}

.myButton:active {
	position:relative;
	top:1px;
}

.myB2 {
	-moz-box-shadow: 0px 0px 9px 0px #a3a3a3;
	-webkit-box-shadow: 0px 0px 9px 0px #a3a3a3;
	box-shadow: 0px 0px 9px 0px #a3a3a3;
	background-color:#e6e6e6;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Verdana;
	font-size:16px;
	padding:9px 15px;
	text-decoration:none;
}

.myB2:hover {
	background-color:#e3d862;
}

.myB2:active {
	position:relative;
	top:1px;
}

.mySelec {
        direction: inherit;
        font-family:'Lato',arial,cursive,impact;
        border: 0 !important;  /*Removes border*/
        -webkit-appearance: none;  /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        background: #FFFFCA url(img/select-arrow.png) no-repeat 90% center;
        width: 100px; /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        border-radius: 15px;
        padding: 5px;
        box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}

.btnTable {
  background: #9fd934;
  background-image: -webkit-linear-gradient(top, #9fd934, #3db82b);
  background-image: -moz-linear-gradient(top, #9fd934, #3db82b);
  background-image: -ms-linear-gradient(top, #9fd934, #3db82b);
  background-image: -o-linear-gradient(top, #9fd934, #3db82b);
  background-image: linear-gradient(to bottom, #9fd934, #3db82b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnTable:hover {
  background: #aefa3c;
  background-image: -webkit-linear-gradient(top, #aefa3c, #70d934);
  background-image: -moz-linear-gradient(top, #aefa3c, #70d934);
  background-image: -ms-linear-gradient(top, #aefa3c, #70d934);
  background-image: -o-linear-gradient(top, #aefa3c, #70d934);
  background-image: linear-gradient(to bottom, #aefa3c, #70d934);
  text-decoration: none;
}

.mButtonSale {
	-moz-box-shadow: 0px 0px 0px 2px #aceda8;
	-webkit-box-shadow: 0px 0px 0px 2px #aceda8;
	box-shadow: 0px 0px 0px 2px #aceda8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93e69d), color-stop(1, #7abd6f));
	background:-moz-linear-gradient(top, #93e69d 5%, #7abd6f 100%);
	background:-webkit-linear-gradient(top, #93e69d 5%, #7abd6f 100%);
	background:-o-linear-gradient(top, #93e69d 5%, #7abd6f 100%);
	background:-ms-linear-gradient(top, #93e69d 5%, #7abd6f 100%);
	background:linear-gradient(to bottom, #93e69d 5%, #7abd6f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93e69d', endColorstr='#7abd6f',GradientType=0);
	background-color:#93e69d;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #47a14a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:15px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #296629;
}
.mButtonSale:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7abd6f), color-stop(1, #93e69d));
	background:-moz-linear-gradient(top, #7abd6f 5%, #93e69d 100%);
	background:-webkit-linear-gradient(top, #7abd6f 5%, #93e69d 100%);
	background:-o-linear-gradient(top, #7abd6f 5%, #93e69d 100%);
	background:-ms-linear-gradient(top, #7abd6f 5%, #93e69d 100%);
	background:linear-gradient(to bottom, #7abd6f 5%, #93e69d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abd6f', endColorstr='#93e69d',GradientType=0);
	background-color:#7abd6f;
}
.mButtonSale:active {
	position:relative;
	top:1px;
}

.mButtonNoSale {
	-moz-box-shadow: 0px 0px 0px 2px #ebebeb;
	-webkit-box-shadow: 0px 0px 0px 2px #ebebeb;
	box-shadow: 0px 0px 0px 2px #ebebeb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3e3e3), color-stop(1, #bdbdbd));
	background:-moz-linear-gradient(top, #e3e3e3 5%, #bdbdbd 100%);
	background:-webkit-linear-gradient(top, #e3e3e3 5%, #bdbdbd 100%);
	background:-o-linear-gradient(top, #e3e3e3 5%, #bdbdbd 100%);
	background:-ms-linear-gradient(top, #e3e3e3 5%, #bdbdbd 100%);
	background:linear-gradient(to bottom, #e3e3e3 5%, #bdbdbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#bdbdbd',GradientType=0);
	background-color:#e3e3e3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #a3a3a3;
	display:inline-block;
	cursor:pointer;
	color:#3d3d3d;
	font-family:Arial;
	font-size:19px;
	padding:15px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #666666;
}
.mButtonNoSale:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #e3e3e3));
	background:-moz-linear-gradient(top, #bdbdbd 5%, #e3e3e3 100%);
	background:-webkit-linear-gradient(top, #bdbdbd 5%, #e3e3e3 100%);
	background:-o-linear-gradient(top, #bdbdbd 5%, #e3e3e3 100%);
	background:-ms-linear-gradient(top, #bdbdbd 5%, #e3e3e3 100%);
	background:linear-gradient(to bottom, #bdbdbd 5%, #e3e3e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#e3e3e3',GradientType=0);
	background-color:#bdbdbd;
}
.mButtonNoSale:active {
	position:relative;
	top:1px;
}

.TableGS {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableGS table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.TableGS tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.TableGS table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TableGS table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.TableGS tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.TableGS tr:hover td{
	
}
.TableGS tr:nth-child(odd){ background-color:#ffffff; }
.TableGS tr:nth-child(even)    { background-color:#ffffff; }
.TableGS td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.TableGS tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TableGS tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TableGS tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TableGS tr:first-child td{
		background:-o-linear-gradient(bottom, #aaaaff 5%, #e5e5ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaaaff), color-stop(1, #e5e5ff) );
	background:-moz-linear-gradient( center top, #aaaaff 5%, #e5e5ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaff", endColorstr="#e5e5ff");	background: -o-linear-gradient(top,#aaaaff,e5e5ff);

	background-color:#aaaaff;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
}
.TableGS tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #aaaaff 5%, #e5e5ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaaaff), color-stop(1, #e5e5ff) );
	background:-moz-linear-gradient( center top, #aaaaff 5%, #e5e5ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaff", endColorstr="#e5e5ff");	background: -o-linear-gradient(top,#aaaaff,e5e5ff);

	background-color:#aaaaff;
}
.TableGS tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TableGS tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.TabT  {border-collapse:collapse;border-spacing:0;}
.TabT td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.TabT th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.TabT .TabT-lqy6{text-align:right;vertical-align:top}
.TabT .TabT-h0te{background-color:#ecf4ff;text-align:right;vertical-align:top}