h1{ color: #F60; margin: 1em 0 0; letter-spacing: -2px; }
p{margin: 0 0 1.7em; }	
/*---------- bubble tooltip -----------*/
div.tt{
	position:absolute;
	z-index:24;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
div.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
div.tt:hover{
	z-index:25;
	color: #F90;
background:;}
div.tt:hover span.tooltip{
    display:block;
    position:absolute;
    bottom:35px; right:-140px;
	padding: 15px 0 0 0;
	width:300px;
	color: #000000;
    text-align: center;
}
div.tt:hover span.top{
	display: block;
	padding: 20px 0px 10px 0px;
	background-image: url(graphics/bubble.png);
	background-repeat: no-repeat;
	background-position: top;
}
div.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	border-left:2px solid #797979;
	border-right:2px solid #797979;
	background-image: url(graphics/bubble_filler.png);
	background-position: left;	
}
div.tt:hover span.bottom{
	display: block;
	height:95px;
	padding-bottom:0px;
	background-image: url(graphics/bubble.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.tt:hover span.mitb{
	display: block;
	margin:6px;
	text-align:left;
	font-size: 100%;
}

div.tt:hover span.h2{
	display: block;
	font-family: "Swis721 BT";
	margin-bottom:0px;
	font-size: 140%;
	color: #333;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

div.tt1{
	position:absolute;
	z-index:24;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	top: 921px;
	left: 87px;
}
div.tt1 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
div.tt1:hover{
	z-index:25;
	color: #F90;
background:;}
div.tt1:hover span.tooltip{
    display:block;
    position:absolute;
    bottom:35px; right:-140px;
	padding: 15px 0 0 0;
	width:300px;
	color: #000000;
    text-align: center;
}
div.tt1:hover span.top{
	display: block;
	padding: 20px 0px 10px 0px;
	background-image: url(graphics/bubble.png);
	background-repeat: no-repeat;
	background-position: top;
}
div.tt1:hover span.middle{ /* different middle bg for stretch */
	display: block;
	border-left:2px solid #797979;
	border-right:2px solid #797979;
	background-image: url(graphics/bubble_filler.png);
	background-position: left;	
}
div.tt1:hover span.bottom{
	display: block;
	height:95px;
	padding-bottom:0px;
	background-image: url(graphics/bubble.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.tt1:hover span.mitb{
	display: block;
	margin:6px;
	text-align:left;
	font-size: 100%;
}

div.tt1:hover span.h2{
	display: block;
	font-family: "Swis721 BT";
	margin-bottom:0px;
	font-size: 140%;
	color: #333;
	font-style: normal;
	line-height: normal;
	text-align: left;
}


.more{
    float:left;
	background: url(more.gif) no-repeat right;
	text-align:center;
	width: 91px;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 2px;
	font-family: "Swis721 BT";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	cursor:pointer;
}

.more:hover {
	float:left;
	background: url(more.gif) no-repeat right;
	text-align:center;
	width: 91px;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 2px;
	font-family: "Swis721 BT";
	font-size:12px;
	color:#F90;
	font-weight:normal;
	cursor:pointer;
}


.ft1{
    cursor:pointer;
}



.scroll{overflow-y:scroll; overflow-x:hidden; height:280px; width:296px;}
.more-out{width:80px; text-align:right; padding-left:300px;}
/*.more-outft1{width:80px; text-align:right; border:1px solid #FF0000; padding-right::1000px;}*/
.formField2 {
	width: 70px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
    display:none;
	visibility:hidden;
}

.formButtonblue{
	color:#FFFFFF;
	padding-top:7px;
	padding-bottom:10px;
	margin-left: 0px;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: url(images/more.gif);
	width: 132px;
	height: 38px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border:none;
	float: left;
}

.formtxt {
	color:#FFF;
}
