/* Fading Tooltips By Dustin Diaz*/

body {
	background-color: #EDEDED;
}

body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:10px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #006699; text-decoration: none}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #006699; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #006699; text-decoration: none}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #006699; text-decoration: none}

a.go:link {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #CC6600; text-decoration: none}
a.go:hover {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #CC6600; text-decoration: none}
a.go:visited {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #CC6600; text-decoration: none}
a.go:active {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #CC6600; text-decoration: none}

a.nogo:link {  font-family: Verdana; font-size: 10px; color: #CC6600; text-decoration: none}
a.nogo:hover {  font-family: Verdana; font-size: 10px; color: #CC6600; text-decoration: none}
a.nogo:visited {  font-family: Verdana; font-size: 10px; color: #CC6600; text-decoration: none}
a.nogo:active {  font-family: Verdana; font-size: 10px; color: #CC6600; text-decoration: none}

a.ll:link {  font-family: Verdana; font-size: 10px; color: #EDEDED; text-decoration: none}
a.ll:hover {  font-family: Verdana; font-size: 10px; color: #EDEDED; text-decoration: none}
a.ll:visited {  font-family: Verdana; font-size: 10px; color: #EDEDED; text-decoration: none}
a.ll:active {  font-family: Verdana; font-size: 10px; color: #EDEDED; text-decoration: none}


* {
   margin: 0; padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: inherit;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
	text-align: justify;
}

.ss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
}

.r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.rs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFBFBF;
	}
	
#kl {width:1px; height:1px}
