@charset "utf-8";
/* CSS Document */
<!--- END container ---->

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

td.h {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff 
	font-size:14px;
}

td.b {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff 
	font-size:12px;
}

td.f {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff 
	font-size:10px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffff00 ;
  text-decoration: none;
}
a:active {
  color: #0099ff ;
  text-decoration: none;
}

.redX { 
	color: #F60 ; 
	}
	
.active {
	  
	  color: white;
	}
	
div.scrolly {
  border: 2px solid #999;
  width: 98%;
  height: 380px;
  overflow: auto;
}

.sslink {
	color: #090; 
	font-weight: bold;
	background: #F3F3F3;
}

.flink {
	color: #FC6; 
	font-weight: bold;
	background: #F3F3F3;
}

button{
	color: #00C; 
	font-weight: bold;
	background: #F3F3F3;
}

button:hover{
	color: #ffff00;
	font-weight: bold;
	background:#69F;
}


select {
	color: #00F;
	font-weight: bold;
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}


@-webkit-keyframes animatebottom {
  from { bottom:0px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:0px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
.animate {
  display: none;
  text-align: center;
}
img {
background-image: url(img/loading.gif);
background-repeat: repeat-y;
position:inherit;
background-size:contain;
}