@charset "UTF-8";
.Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	Font-Weight: normal;
}
A.Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	Text-Decoration: none;
}
A.Copy:hover {
	color: #339933;
	Text-Decoration: Underline;
}
.CopyOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FF9900;
	font-weight: bold;
}
.BotNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #CCCCCC;
}
A.BotNav {
	font-size: 11px;
	color: #CCCCCC;
	Text-Decoration: none;
	Font-Weight: normal;
}
A.BotNav:hover {
	color: #FF9933;
	Text-Decoration: underline;
}
.BotNav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #FF9900;
	Font-Weight: Bold;
}
A.BotNav2 {
	font-size: 11px;
	color: #FF9900;
	Text-Decoration: None;
	Font-Weight: Bold;
}
A.BotNav2:hover {
	color: #FF9900;
	Text-Decoration: Underline;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #FF9900;
}
.SideCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47AB47;
	line-height: 18px;
	font-weight: normal;
}
A.SideCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933;
	Text-Decoration: none;
}
A.SideCopy:hover {
	color: #666666;
	Text-Decoration: underline;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
A.SubHeader {
	Text-Decoration: None;
	Font-Weight: Bold;
}
A.SubHeader:hover {
	color: #FF9900;
	Text-Decoration: None;
}
.SubHeaderOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	line-height: 21px;
}
.BotNav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #CCCCCC;
}
A.BotNav3 {
	font-size: 11px;
	color: #CCCCCC;
	Text-Decoration: none;
	Font-Weight: normal;
}
A.BotNav3:hover {
	color: #339933;
	Text-Decoration: underline;
}
.BotNav4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #339933;
	Font-Weight: Bold;
}
A.BotNav4 {
	font-size: 11px;
	color: #339933;
	Text-Decoration: None;
	Font-Weight: Bold;
}
A.BotNav4:hover {
	color: #339933;
	Text-Decoration: Underline;
}
.SubHeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339933;
	line-height: 18px;
}
A.SubHeaderGreen {
	Text-Decoration: None;
	Font-Weight: Bold;
}
A.SubHeaderGreen:hover {
	color: #339933;
	Text-Decoration: Underline;
}
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }
a.tt:hover{ z-index:25; color: #FF9900; background:; font-family: Arial, Helvetica, sans-serif; font-size: 11px; Font-Weight: bold; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-35px; left: 40px;
	padding: 0px 0 0 0;
	width:200px;
	color: #FF9900;
    text-align: left;
	filter: alpha(opacity:85);
	KHTMLOpacity: 0.85;
	MozOpacity: 0.85;
	opacity: 0.85;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 22px 0;
    background: url(images/bubble.png) no-repeat top;
}
a.tt:hover span.middle{ 
	display: block;
	padding: 0 22px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 22px 10px;
	color: #FF9900;
    background: url(images/bubble.png) no-repeat bottom;
}

