.linksBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.linksLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.linksLeftSml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
.tblBorder {

	border-spacing: ;
	border-collapse: separate;
	background-color: white;
	border: thin outset green;


}
.tblBorder th {
	border-width: thin;
	padding: 1px;
	border-style: inset;
	border-color: #000099;
	background-color: white;
	-moz-border-radius: ;

}
.tblBorder td {
	border-width: thin;
	padding: 1px;
	border-style: inset;
	border-color: #000099;
	background-color: white;
	-moz-border-radius: ;

}
.textMid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textMidBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txtSml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.txtSmlBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textSmlBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#8A1609
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.txtXSBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.top{
vertical-align:top;
}
.bottom{
vertical-align:bottom;
}
.txtFCIBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.textBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}
.textBigBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	background-color:#8A1609
}
.txtSmlBldCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.txtSmlCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #00CCFF;
}
.txtInBox {
	background-color: 0099FF;
	width: 300px;
	padding: 10px;
	border: 10px solid goldenrod;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #000099;
}
.tt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: 0099FF;
	width: 300px;
	padding: 10px;
	border: 10px solid goldenrod;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #000099;    
}

  .tt a[data-tooltip]:link, .tt a[data-tooltip]:visited {
    position: relative;
    text-decoration: none;
    border-bottom: solid 1px;
  }
  
  .tt a[data-tooltip]:before {
    content: "";
    position: absolute;
    border-top: 20px solid #0090ff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    visibility: hidden;
    top: -18px;
    left: -26px;
  }
  
   .tt a[data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    color: white;
    top: -35px;
    left: -26px;
    background: #0090ff;
    padding: 5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    visibility: hidden;
    width: 800px;
    max-width: 850;
  }

  .tt a[data-tooltip]:hover:before, .tt a[data-tooltip]:hover:after {
    visibility: visible;
	-moz-transition: visibility 0s linear .3s;
  }
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
}

.back-to-top i {
  font-size: 60px;
}
.sortedtable thead th {
   color: #00f;
   font-weight: bold;
   text-decoration: underline;
}

