body,td,th {
	color: #FFFFFF;
}


a:link {
	color: #64C8FF!important;
}
a:visited {
	color: #89A5B4!important;
}

a.a1{color:#FFFFFF!important;text-decoration: none!important}


.ArialNormalBk {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.Arial30Wh {font-size: 30px; font-family: Arial, Helvetica, sans-serif; }


.Arial12Link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; color: #33FF33!important;text-decoration: none!important
}
.Arial10Link {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; color: #33FF33
}
.Arial20white {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial24white {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Arial26BkBold {font-size: 24px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.Arial26Wh {font-size: 26px; font-family: Arial, Helvetica, sans-serif; }
.Arial16WhBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}




/*---------- Scroll -----------*/
 
div.scroll {
height: 300px;
width: 500px;
overflow: auto;
border: 1px solid #666;
background-color: ;
padding: 8px;
}





/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#0000ff;
//same as regular link
	font-weight:bold;
	text-decoration:none;
	left: -1px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000000; background:;} /*---------- link TEXT Color -----------*/
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #0000A0; /*---------- bubble tooltip TEXT Color -----------*/
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(art/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(art/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(art/bubble.gif) no-repeat bottom;
}
/*---------- bubble tooltip end-----------*/




body {text-align: center;margin: 0px;font-family: Arial, Helvetica, sans-serif;}
