/* ------------------
 styling for the tables 
   ------------------   */


body {
	background-image: url(img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.style1 {
	font-family: "Trebuchet MS"; font-size: 10px;
	font-size: 30px;
	color: #999999;
}
.style63 {color: #FFFFFF}
.style2 {
	font-family: "Trebuchet MS"; font-size: 10px;
	color: #666666;
	font-size: 10px;
}
a.bot:link {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS"; font-size: 10px;
}
a.bot:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS"; font-size: 10px;
}
a.bot:hover {
	text-decoration: none;
	color: #666666;
	font-family: "Trebuchet MS"; font-size: 10px;
}
a.bot:active {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS"; font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #ABCE00;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.tiny:link {color:  #ffffff; text-decoration: none; font-family: "Trebuchet MS"; font-size:9px}
a.tiny:visited {color: #ffffff; text-decoration: none; font-family:"Trebuchet MS"; font-size:9px}
a.tiny:hover {color: #ff9900; text-decoration: none; font-family:"Trebuchet MS"; font-size:9px}
a.tiny:active {color: #ffffff; text-decoration:none; font-family:"Trebuchet MS"; font-size:9px }
a.nav:link {color:  #ffffff; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px}
a.nav:visited {color: #ffffff; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px}
a.nav:hover {color: #ff9900; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px}
a.nav:active {color: #ffffff; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px }
.style4 {font-family: "Trebuchet MS"; color: #FFFFFF; font-size: 11px; }
.style5 {font-size: 11px}
.style7 {font-family: "Trebuchet MS"; color: #000000; font-size: 11px; }
.style14 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 24px; }
.style15 {font-size: 14px}
.style41 {font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold; }
.style44 {font-family: "Trebuchet MS"; font-size: 14px; color: #666666; font-weight: bold;}
.style45 {
	color: #666666;
	font-size: 24px;
}
.style48 {font-family: "Trebuchet MS"}
.style50 {font-family: "Trebuchet MS"; font-size: 10px; }
.style52 {font-size: 10px}

.style53 {font-size: 24px}
.style54 {font-family: "Trebuchet MS"; font-size: 11px; }
.style61 {color: #333333}
.style62 {font-family: "Trebuchet MS"; font-size: 16px; color: #666666; font-weight: bold; }
.style100 {font-family: "Trebuchet MS"; font-size: 20px; color: #ffffff; font-weight: normal; }
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#666666;
	font-weight:bold;
    text-decoration:none;
}
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: #ff9900; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #666666;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
	font-family: Arial, Helvetica, sans-serif ; font-size: 10px; 
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #666666;
    background: url(bubble.gif) no-repeat bottom;
	font-family: Arial, Helvetica, sans-serif ; font-size: 10px; 
}
a.append:link {color:  #666666; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:22px}
a.append:visited {color: #666666; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:22px}
a.append:hover {color: #ff9900; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:22px}
a.append:active {color: #666666; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:22px }
