/* style sheet for TWF */

 A {text-decoration: none;}
 A:link {
          color: #374E7A;
          text-decoration: none;
          background: transparent;
 }
 A:hover {
          color: #DE0021;
          background: transparent;
		  cursor: hand;
 }
 .textlinks {
          color: #9FCCFF;
          text-decoration: none;
          background: transparent;
 }
 .classicstyle A { text-decoration: underline }
 .classicstyle A:link { color: #374E7A }
 .classicstyle A:visited { color: #374E7A }
 .classicstyle A:hover {
          color: #DE0021;
          text-decoration: underline;
 }
 .scrollerstyle A { text-decoration: none }
 .scrollerstyle A:link { color: #374E7A }
 .scrollerstyle A:visited { color: #374E7A }
 .scrollerstyle A:hover { color: #E7183D }
 
/*  body {overflow:scroll;overflow-x:hidden} */
 .tooltips {position:absolute;visibility:hidden;z-index:200;}
 .helpme:hover {cursor: help;}
 input.rad { background : #8FBFFF none; color : #f00; }
 input.rad_error { background : #F6ACAC none; color : #f00; }
 input.check { background : #e3e1e1 none; color : #f00; }
