<!--[if gte IE 9]>
  <style type="text/css">
    .gradient {
       filter: none;
    }
  </style>
<![endif]-->
body{
padding:0px;
margin:0px;
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #e8f3f7 31%, #d4ecf4 59%, #c0e0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(31%,#e8f3f7), color-stop(59%,#d4ecf4), color-stop(100%,#c0e0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#e8f3f7 31%,#d4ecf4 59%,#c0e0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#e8f3f7 31%,#d4ecf4 59%,#c0e0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#e8f3f7 31%,#d4ecf4 59%,#c0e0ed 100%); /* IE10+ */
background: linear-gradient(top,  #feffff 0%,#e8f3f7 31%,#d4ecf4 59%,#c0e0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c0e0ed',GradientType=0 ); /* IE6-9 */
}
a{
	text-decoration:none;
	font-size: 12px;
	font-family:Tahoma;
	color:#317baf;
	text-decoration:none
}
a:hover{
	text-decoration:none;
	font-size: 12px;
	color: #eb6d46;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
  .green{
	font-family:Tahoma;
	font-size:11px;
	color:#317baf;
	text-align: center;
}
  .green:link{
	font-family:Tahoma;
	font-size:11px;
	color:#317baf;
	text-align: center;
}
  .green:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#317baf;
	text-align: center;
}
  .green:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#eb6d46;
	text-align: center;
}
.BlueAllCaps {
	font-size: 16px;
	text-transform: none;
	color: #317baf;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}
.BluePhone {
	font-size: 16px;
	text-transform: none;
	color: #12b0e1;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}
.BlueLink {
	font-size: 16px;
	text-transform: none;
	color: #12b0e1;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}
.BlueLink:link {
	font-size: 16px;
	text-transform: none;
	color: #068fed;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}
.BlueLink:visited {
	font-size: 16px;
	text-transform: none;
	color: #068fed;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}
.BlueLink:hover {
	font-size: 16px;
	text-transform: none;
	color: #eb6d46;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}
.text {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
}
a.text:hover {
	color : #DA6406;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.Black {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.TipText:hover {
	color: #eb6d46;
	border-bottom:1px dotted #eb6d46;
}
a.Black:hover {
	color : #DA6406;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.BlackBold {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	width:732px; height:152px; 
	overflow:hidden;
}


#jqb_object .jqb_bar{
	position:absolute;
	width:730px; height: 15px;
	left:0px;
	bottom:0px;
	background:#12b0e1;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:730px; height:138px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}

#jqb_object .jqb_info{
	position:absolute;
	float: left;
	cursor:pointer;
}

#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	float: right;
	cursor:pointer;
}
#jqb_object .jqb_btn_next{
	background-image:url(images/btn_next.gif);
	
}
#jqb_object .jqb_btn_prev{
	background-image:url(images/btn_prev.gif);
}
#jqb_object .jqb_btn_pause{
	background-image:url(images/btn_stop.gif);
}
#jqb_object .jqb_btn_play{
	background-image:url(images/btn_play.gif);
}