  BODY {
	 margin-top: 0px;
	 margin-left: 0px;
         margin-right: 0px;
				 background-color:#000000;
	       background-repeat: no-repeat;
				 font-family:sans-serif;
				 color:#ffffff; 

  } 

  DIV.calculator_positioning{position:absolute;top:0px;left:0px;}
  DIV.help_table{position:absolute;top:0px;left:0px;display:none}
	 

  TABLE.calc {background-color:#000000;height:310px;width:176px;cell-spacing:1px;}
  
  TABLE.inputs {background:#000000;width:160px;}
	TD.inputs {padding:4px}
  TABLE.buttons {height:40px;padding-left:5px;padding-right:5px}
  TABLE.odds_format{background:#cccccc; width:150px; line-height:70%}
  DIV.explain{font-size:10px;font-family:sans-serif;
	            background:#eeeeee;color:#000000;
							line-height:100%;width:170px;padding:3px;
							}

  INPUT.team {height:13px; font-size: 10px; border: 1px;
				 font-family:sans-serif;color:#000066}
  INPUT.odds {width:35px; height:13px; font-size: 10px; border: 1px;
				 font-family:sans-serif;color:#000066}
  INPUT.button {height:18px; font-size: 10px;
				 font-family:sans-serif;color:#000066 }

  SELECT.chk{font-size:10px;font-family:sans-serif;height:18px;width:105px}
  OPTION.chk{height:18px;}
  TD.dec {font-size: 11px; padding-left:2px; background:#cccccc; height:22px;color:#000033}
  TD.select{padding-left:0px; padding-right:0px; height:22px; width:200px}
  TD.odds_format {padding-top:6px;padding-left:14px}
  TD.odds_format_help {padding:0px}

  H1, SPAN { display: none;

  }

  TD.team {font-size: 10px; padding-left:0px;padding-right:0px; width: 90px}
  TD.odds {font-size: 10px; padding-left:0px;padding-right:0px; width: 35px}
  TD.index {font-size: 10px; padding-left:0px;padding-right:2px;text-align:right}
  TD.amount {font-size: 10px; padding-left:10px;padding-top:5px;}
  TD.example {padding-left:2px;padding-right:2px;width:166px}
							
  TD.buttons {background-color:#000000;height:50px}
  TD.button {padding-right:4px;padding-left:4px}
	button.help {font-size:10px; font-family:sans-serif; height:17px;width:30px;text-align:center;color:#000066}
	button.clear {font-size:10px; font-family:sans-serif; height:17px;width:34px;text-align:center;color:#000066}
	button.calc {font-size:10px; font-family:sans-serif; height:17px;width:56px;text-align:center;color:#000066}
	button.calc_help {font-size:10px; font-family:sans-serif; height:17px;width:56px;
	            text-align:center;color:#000066;position:relative;left:10px;}
	button.ret {font-size:10px; font-family:sans-serif; height:17px;width:38px;
	            text-align:center;color:#000066;position:relative;left:10px;}

  TD.logo {padding-left:3px; padding-top: 5px;color:#ff0000; }
  TD.copyright {color:#ffffff; font-size:10px;padding-top:5px;padding-bottom: 5px;text-align:center}

	   }

  TABLE.icons {position: absolute; top: 2px; left: 167px; border-width: 2px;}

  TABLE.help {position: absolute; top: 150px; left: 348px;
	      background-repeat: no-repeat;
	      width: 210px;
	      height: 416px;
  }

BUTTON.hiddenbutton {display:none;}
  :visited {color: #ffffff}
  :link {color: #ffffff}
	

DIV.results {
              background:#ffff30;
	      position: absolute; top: 80px; left: 8px;
				width:400px}
