BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #000000; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 100%; BACKGROUND-COLOR: #ffffff
}

a:link, a:visited {color:#000000}
a:hover {color:#666666}

a.white:link, a.white:visited {color:#FFFFFF}
a.white:hover {color:#FFCC00}


.SImg {
	padding:1px;
	border:1px solid #CCCCCC;
	width:100px;
	text-align:right

}


/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#000000; border:1px solid #000; 
  width:170px; padding:2px;
  color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }

a.nonCurrent {text-decoration:none}
.nonCurrent,a.nonCurrent:link,a.nonCurrent:visited {color:#FFFFFF; font-weight:bold}
a.nonCurrent:hover{color:#CC0000}

a.current {text-decoration:none}
.current,a.current:link,a.current:visited {color:#CC0000; font-weight:bold}
a.current:hover{color:#CC0000}

