body {
	background-image: url(images/pinkBG.gif);
	text-align: center;
	padding: 20px auto;
}
.header {
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
	width: 800px;
	height : 172px;
	padding: 0 0 0 0;
	margin: 0px;
}
li
{
	color: #4297A2;
}
a:link, a:visited
{
	font-size: 14px;
	color: #4297A2;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
}

a:hover
{
	font-size: 14px;
	color: #F16F91;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: underline;

}
.TL{
	margin: 0 0 0 -5px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0
}
.TR{
	margin: 0 -5px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0
}

.navBtn{
	background-image:url(images/navBtnBg.gif);
	background-repeat: repeat-x;
	height:30px;
	text-align:center;
}
.navBtnOvr{
	background-image:url(images/navBtnBgOvr.gif);
	background-repeat: repeat-x;
	height:30px;
	text-align:center;
	cursor: pointer;
	cursor: hand;
}
.navBtnSpc{
	background-image:url(images/navBtnBgSpc.gif);
	background-repeat: repeat-x;
	width:1px;
}

.content{
	background-image: url(images/white.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	padding: 15px 15px 20px 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.text{
	font-size: 14px;
	color: #333333;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
.orange{
	font-size: 14px;
	font-weight: strong;
	color: #F27F22;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.yellowBox{
	border-style: solid;
	border-width: 7px;
	border-color: FEF2B8;
}
.orngBand{
	background-image:url(images/orngBand.gif);
	background-repeat: repeat-y;
	width:191px;
	text-align:center;
}
.noVis {
	display: none;
}
.seprt {
	margin: 7px auto 15px auto;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    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: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 10px 0 0 0;
	width:200px;
	color: #666666;
    text-align: center;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	font-size: 12px;	
    text-decoration:none;
	padding: 0 10px 0 10px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
	font-size: 14px;
	color: #333333;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
a.tt:hover.visited:hover.active {
	text-decoration: none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
	text-decoration: none;
}
