/** 
 * Form styles and tabs
 */

/* styled checkboxes */
.form_type_header {
	height: 79px;
	padding-top: 20px;
	width: 960px;
}

.form_title {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: url(bronze_marker.png) no-repeat 10px 10px;*/
	padding-left: 35px;
	padding-top: 8px;
	padding-right: 9px;
	font-weight: bold;
	width: 188px;
/* 	color: #000; */
	color: #FFFFFF;
	width: 73px;
}

.form_length {
	float: left;
	width: 921px;
	margin-top: 19px;
	background: #EAEAEA;
	padding: 20px;
	border-top: 5px solid #4EA446;
}

.titleHideShow { padding:12px; }

.checkbox_length {
	float: left;
	width: 28px;
}

.checkbox_spacer {
	float: left;
	width: 28px;
}

.tick_box_right_wrapper {
	float: right;
	width: 120px;
}

.tick_box_wrap {
	width: 98px;
	float: right;
	padding-top: 4px;
	height: 155px;
	background: url(../images/gi/compliance2.png) no-repeat -2px 30px;	
	background-position:left top;
    background-repeat: no-repeat;
    background-position-y: 30px;
    background-position: left;
}

div .sidewaysNotDone {
	-webkit-transform:rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform:rotate(90deg);
	-moz-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	white-space:nowrap;
	display:block;
	writing-mode:tb-rl\0;
	margin-top: 35px;
	position: absolute;
	margin-left: 18px;
	margin-left: -80px\9;
	*margin-left: 45px;
	color: black;
	width: 100px;
}

div .sidewaysNA {
	-webkit-transform:rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform:rotate(90deg);
	-moz-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	white-space:nowrap;
	display:block;
	writing-mode:tb-rl\0;
	margin-top: 35px;
	margin-left: 44px;
	margin-left: -56px\9;
	*margin-left: 72px;
	position: absolute;
	color: black;
	width: 100px;
}
	
div .sidewaysDone {
	-webkit-transform:rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform:rotate(90deg);
	-moz-transform-origin: left top;
	-o-transform: rotate(90deg);
	-o-transform-origin: left top;
	white-space:nowrap;
	display:block;
	color: white;
	writing-mode:tb-rl\0;
	margin-top: 35px;
	position: absolute;
	margin-left: 70px;
	margin-left: -29px\9;
	*margin-left: 99px;
	width: 100px;
}

.tick_box_wrap .done_msg {
	margin-top: 95px;
	margin-left: 4px;
	font-weight: bold;
}

@media all and (-ms-high-contrast:none) /* IE 11 Hacks */
{
	*::-ms-backdrop, div .sidewaysNotDone { margin-left: -80px; }
	*::-ms-backdrop, div .sidewaysNA { margin-left: -56px; }
	*::-ms-backdrop, div .sidewaysDone { margin-left: -29px; }
	*::-ms-backdrop, .tick_box_wrap  { padding-top: 6px; }
}

.total_points {
	background: transparent url(../images/gi/total_points.png) no-repeat
		scroll 0 0;
	color: #990000;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	/*margin-left: 5px;*/
	margin-top: 2px;
	padding-left: 11px;
	width: 20px;
}

span.ui-button-text {
	font-family: 'adellesemibold';
}

label {
	font-family: 'adellesemibold';
}

html* .total_points {
	margin-left: 215px;
	margin-top: -24px;
}

.total_points_text {
	color:#FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 81px;
	padding-right: 0px;
	padding-top: 8px;
}

html* .total_points_text {
	margin-left: 140px;
	margin-top: -25px;
}

.checkbox,.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/gi/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url(radio.png) no-repeat;
}

.select {
	position: absolute;
	width: 158px;
	/* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial, sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.pane_content a:link {
	color: #4ea547;
	font-weight: bold;
}

.pane_content a:visited {
	color: #4ea547;
	font-weight: bold;
}

.pane_content a:hover {
	color: #4ea547;
	font-weight: bold;
}

a.migration:link {
	color: #51B948;
	font-size: 14px;
	font-weight: bold;
}

a.migration:visited {
	color: #51B948;
	font-weight: bold;
}

a.migration:hover  {
	color: #51B948;
	font-weight: bold;
}

/* tab pane styling */
.panes1 div {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 18px 10px 18px;
	display: none;
	/*border:1px solid #999;*/
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
	min-height: 100px;
}

.panes2 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes3 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes4 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes5 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes6 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes7 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes8 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes9 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes10 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes11 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes12 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes13 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes14 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes15 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes16 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes17 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes18 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes19 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes20 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes21 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes22 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes23 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes24 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes25 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes26 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes27 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes28 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes29 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes30 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes31 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes32 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes33 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes34 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes35 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes36 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes37 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes38 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes39 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes40 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes41 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes42 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes43 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes44 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes45 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes46 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes47 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes48 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes49 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes50 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes51 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes52 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes53 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes54 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes55 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes56 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes57 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes58 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes59 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes60 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes61 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes62 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes63 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes64 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes65 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes66 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes67 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes68 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes69 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes70 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes71 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes72 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes73 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes74 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes75 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes76 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes77 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes78 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes79 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes80 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes81 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes82 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes83 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes84 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes85 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes86 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes87 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes88 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes89 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes90 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes91 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes92 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes93 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes94 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes95 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes96 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes97 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes98 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes99 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes100 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes101 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes102 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes103 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes104 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes105 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes106 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes107 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes108 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes109 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes110 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes111 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes112 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes113 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes114 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes115 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes116 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes117 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes118 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes119 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

.panes120 div {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	padding: 1px 18px 10px 18px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 12px;
	background-color: #fff;
	width: 785px;
}

/* root element for tabs  */
ul.tabs1 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(../images/gi/form_header_blue.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs1 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs1 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/gi/blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs1 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs1 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs1 a.current,ul.tabs1 a.current:hover,ul.tabs1 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs2 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL2 */
ul.tabs2 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs2 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs2 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs2 a.current,ul.tabs2 a.current:hover,ul.tabs2 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs3 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL2 */
ul.tabs3 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs3 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs3 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs3 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs3 a.current,ul.tabs3 a.current:hover,ul.tabs3 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs4 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs4 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs4 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs4 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs4 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs4 a.current,ul.tabs4 a.current:hover,ul.tabs4 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs5 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs5 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs5 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs5 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs5 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs5 a.current,ul.tabs5 a.current:hover,ul.tabs5 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs6 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs6 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs6 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs6 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs6 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs6 a.current,ul.tabs6 a.current:hover,ul.tabs6 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs7 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs7 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs7 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs7 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs7 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs7 a.current,ul.tabs7 a.current:hover,ul.tabs7 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs8 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs8 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs8 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs8 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs8 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs8 a.current,ul.tabs8 a.current:hover,ul.tabs8 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs9 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs9 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs9 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs9 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs9 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs9 a.current,ul.tabs9 a.current:hover,ul.tabs9 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs10 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs10 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs10 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs10 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs10 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs10 a.current,ul.tabs10 a.current:hover,ul.tabs10 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs11 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs11 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs11 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs11 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs11 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs11 a.current,ul.tabs11 a.current:hover,ul.tabs11 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs12 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs12 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs12 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs12 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs12 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs12 a.current,ul.tabs12 a.current:hover,ul.tabs12 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs13 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs13 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs13 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs13 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs13 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs13 a.current,ul.tabs13 a.current:hover,ul.tabs13 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs14 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs14 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs14 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs14 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs14 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs14 a.current,ul.tabs14 a.current:hover,ul.tabs14 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs15 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs15 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs15 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs15 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs15 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs15 a.current,ul.tabs15 a.current:hover,ul.tabs15 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs16 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs16 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs16 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs16 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs16 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs16 a.current,ul.tabs16 a.current:hover,ul.tabs16 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs17 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs17 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs17 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs17 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs17 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs17 a.current,ul.tabs17 a.current:hover,ul.tabs17 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs18 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs18 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs18 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs18 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs18 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs18 a.current,ul.tabs18 a.current:hover,ul.tabs18 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs19 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs19 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs19 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs19 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs19 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs19 a.current,ul.tabs19 a.current:hover,ul.tabs19 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs20 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs20 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs20 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs20 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs20 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs20 a.current,ul.tabs20 a.current:hover,ul.tabs20 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs21 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs21 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs21 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs21 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs21 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs21 a.current,ul.tabs21 a.current:hover,ul.tabs21 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs22 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs22 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs22 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs22 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs22 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs22 a.current,ul.tabs22 a.current:hover,ul.tabs22 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs23 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs23 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs23 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs23 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs23 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs23 a.current,ul.tabs23 a.current:hover,ul.tabs23 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs24 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs24 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs24 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs24 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs24 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs24 a.current,ul.tabs24 a.current:hover,ul.tabs24 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs25 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs25 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs25 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs25 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs25 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs25 a.current,ul.tabs25 a.current:hover,ul.tabs25 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs26 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs26 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs26 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs26 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs26 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs26 a.current,ul.tabs26 a.current:hover,ul.tabs26 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs27 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs27 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs27 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs27 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs27 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs27 a.current,ul.tabs27 a.current:hover,ul.tabs27 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs28 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs28 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs28 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs28 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs28 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs28 a.current,ul.tabs28 a.current:hover,ul.tabs28 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs29 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs29 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs29 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs29 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs29 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs29 a.current,ul.tabs29 a.current:hover,ul.tabs29 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs30 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs30 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs30 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs30 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs30 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs30 a.current,ul.tabs30 a.current:hover,ul.tabs30 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs31 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs31 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs31 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs31 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs31 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs31 a.current,ul.tabs31 a.current:hover,ul.tabs31 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs32 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs32 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs32 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs32 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs32 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs32 a.current,ul.tabs32 a.current:hover,ul.tabs32 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs33 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs33 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs33 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs33 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs33 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs33 a.current,ul.tabs33 a.current:hover,ul.tabs33 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs34 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs34 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs34 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs34 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs34 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs34 a.current,ul.tabs34 a.current:hover,ul.tabs34 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs35 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs35 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs35 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs35 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs35 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs35 a.current,ul.tabs35 a.current:hover,ul.tabs35 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs36 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs36 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs36 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs36 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs36 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs36 a.current,ul.tabs36 a.current:hover,ul.tabs36 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs37 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs37 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs37 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs37 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs37 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs37 a.current,ul.tabs37 a.current:hover,ul.tabs37 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs38 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs38 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs38 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs38 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs38 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs38 a.current,ul.tabs38 a.current:hover,ul.tabs38 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs39 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs39 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs39 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs39 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs39 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs39 a.current,ul.tabs39 a.current:hover,ul.tabs39 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs40 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs40 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs40 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs40 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs40 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs40 a.current,ul.tabs40 a.current:hover,ul.tabs40 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs41 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs41 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs41 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs41 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs41 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs41 a.current,ul.tabs41 a.current:hover,ul.tabs41 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs42 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs42 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs42 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs42 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs42 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs42 a.current,ul.tabs42 a.current:hover,ul.tabs42 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs43 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs43 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs43 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs43 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs43 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs43 a.current,ul.tabs43 a.current:hover,ul.tabs43 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs44 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs44 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs44 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs44 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs44 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs44 a.current,ul.tabs44 a.current:hover,ul.tabs44 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs45 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs45 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs45 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs45 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs45 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs45 a.current,ul.tabs45 a.current:hover,ul.tabs45 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs46 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs46 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs46 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs46 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs46 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs46 a.current,ul.tabs46 a.current:hover,ul.tabs46 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs47 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs47 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs47 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs47 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs47 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs47 a.current,ul.tabs47 a.current:hover,ul.tabs47 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs48 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs48 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs48 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs48 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs48 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs48 a.current,ul.tabs48 a.current:hover,ul.tabs48 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs49 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs49 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs49 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs49 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs49 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs49 a.current,ul.tabs49 a.current:hover,ul.tabs49 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs50 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs50 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs50 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs50 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs50 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs50 a.current,ul.tabs50 a.current:hover,ul.tabs50 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs51 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs51 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs51 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs51 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs51 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs51 a.current,ul.tabs51 a.current:hover,ul.tabs51 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs52 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs52 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs52 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs52 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs52 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs52 a.current,ul.tabs52 a.current:hover,ul.tabs52 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs53 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs53 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs53 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs53 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs53 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs53 a.current,ul.tabs53 a.current:hover,ul.tabs53 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs54 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs54 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs54 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs54 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs54 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs54 a.current,ul.tabs54 a.current:hover,ul.tabs54 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs55 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs55 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs55 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs55 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs55 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs55 a.current,ul.tabs55 a.current:hover,ul.tabs55 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs56 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs56 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs56 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs56 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs56 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs56 a.current,ul.tabs56 a.current:hover,ul.tabs56 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs57 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs57 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs57 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs57 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs57 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs57 a.current,ul.tabs57 a.current:hover,ul.tabs57 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs58 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs58 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs58 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs58 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs58 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs58 a.current,ul.tabs58 a.current:hover,ul.tabs58 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs59 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs59 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs59 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs59 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs59 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs59 a.current,ul.tabs59 a.current:hover,ul.tabs59 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs60 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs60 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs60 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs60 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs60 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs60 a.current,ul.tabs60 a.current:hover,ul.tabs60 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs61 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs61 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs61 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs61 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs61 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs61 a.current,ul.tabs61 a.current:hover,ul.tabs61 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs62 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs62 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs62 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs62 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs62 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs62 a.current,ul.tabs62 a.current:hover,ul.tabs62 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs63 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs63 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs63 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs63 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs63 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs63 a.current,ul.tabs63 a.current:hover,ul.tabs63 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs64 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs64 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs64 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs64 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs64 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs64 a.current,ul.tabs64 a.current:hover,ul.tabs64 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs65 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs65 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs65 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs65 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs65 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs65 a.current,ul.tabs65 a.current:hover,ul.tabs65 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs66 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs66 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs66 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs66 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs66 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs66 a.current,ul.tabs66 a.current:hover,ul.tabs66 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs67 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs67 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs67 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs67 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs67 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs67 a.current,ul.tabs67 a.current:hover,ul.tabs67 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs68 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs68 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs68 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs68 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs68 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs68 a.current,ul.tabs68 a.current:hover,ul.tabs68 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs69 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs69 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs69 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs69 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs69 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs69 a.current,ul.tabs69 a.current:hover,ul.tabs69 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs70 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs70 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs70 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs70 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs70 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs70 a.current,ul.tabs70 a.current:hover,ul.tabs70 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs71 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs71 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs71 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs71 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs71 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs71 a.current,ul.tabs71 a.current:hover,ul.tabs71 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs72 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs72 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs72 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs72 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs72 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs72 a.current,ul.tabs72 a.current:hover,ul.tabs72 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs73 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs73 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs73 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs73 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs73 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs73 a.current,ul.tabs73 a.current:hover,ul.tabs73 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs74 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs74 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs74 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs74 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs74 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs74 a.current,ul.tabs74 a.current:hover,ul.tabs74 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs75 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs75 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs75 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs75 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs75 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs70 a.current,ul.tabs70 a.current:hover,ul.tabs70 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs76 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs76 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs76 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs76 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs76 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs76 a.current,ul.tabs76 a.current:hover,ul.tabs76 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs77 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs77 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs77 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs77 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs77 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs77 a.current,ul.tabs77a.current:hover,ul.tabs77li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs78 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs78 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs78 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs78 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs78 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs78 a.current,ul.tabs78 a.current:hover,ul.tabs78 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs79 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs79 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs79 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs79 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs79 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs79 a.current,ul.tabs79 a.current:hover,ul.tabs79 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs80 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs80 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs80 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs80 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs80 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs80 a.current,ul.tabs80 a.current:hover,ul.tabs80 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs81 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs81 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs81 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs81 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs81 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs81 a.current,ul.tabs81 a.current:hover,ul.tabs81 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs82 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs82 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs82 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs82 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs82 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs82 a.current,ul.tabs82 a.current:hover,ul.tabs82 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs83 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs83 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs83 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs83 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs83 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs83 a.current,ul.tabs83 a.current:hover,ul.tabs83 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs84 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs84 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs84 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs84 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs84 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs84 a.current,ul.tabs84 a.current:hover,ul.tabs84 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs85 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs85 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs85 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs85 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs85 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs85 a.current,ul.tabs85 a.current:hover,ul.tabs85 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs86 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs86 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs86 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs86 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs86 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs86 a.current,ul.tabs86 a.current:hover,ul.tabs86 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs87 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs87 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs87 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs87 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs87 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs87 a.current,ul.tabs87 a.current:hover,ul.tabs87 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs88 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs88 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs88 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs88 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs88 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs88 a.current,ul.tabs88 a.current:hover,ul.tabs88 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs89 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs89 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs89 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs89 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs89 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs89 a.current,ul.tabs89 a.current:hover,ul.tabs89 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs90 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs90 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs90 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs90 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs90 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs90 a.current,ul.tabs90 a.current:hover,ul.tabs90 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs91 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs91 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs91 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs91 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs91 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs91 a.current,ul.tabs91 a.current:hover,ul.tabs91 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs92 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs92 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs92 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs92 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs92 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs92 a.current,ul.tabs92 a.current:hover,ul.tabs92 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs93 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs93 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs93 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs93 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs93 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs93 a.current,ul.tabs93 a.current:hover,ul.tabs93 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs94 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs94 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs94 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs94 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs94 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs94 a.current,ul.tabs90 a.current:hover,ul.tabs94 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs95 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs95 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs95 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs95 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs95 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs95 a.current,ul.tabs95 a.current:hover,ul.tabs95 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs96 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs96 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs96 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs96 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs96 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs96 a.current,ul.tabs96 a.current:hover,ul.tabs96 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs97 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs97 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs97 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs97 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs97 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs97 a.current,ul.tabs97 a.current:hover,ul.tabs97 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs98 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs98 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs98 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs98 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs98 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs98 a.current,ul.tabs98 a.current:hover,ul.tabs98 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs99 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs99 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs99 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs99 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs99 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs99 a.current,ul.tabs99 a.current:hover,ul.tabs99 li.current a {
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs100 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs100 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs100 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs100 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs100 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs100 a.current,ul.tabs100 a.current:hover,ul.tabs100 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs101 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs101 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs101 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs101 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs101 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs101 a.current,ul.tabs101 a.current:hover,ul.tabs101 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs102 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs102 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs102 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs102 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs102 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs102 a.current,ul.tabs102 a.current:hover,ul.tabs102 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs103 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs103 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs103 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs103 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs103 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs103 a.current,ul.tabs103 a.current:hover,ul.tabs103 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs104 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs104 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs104 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs104 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs104 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs104 a.current,ul.tabs104 a.current:hover,ul.tabs104 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs105 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs105 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs105 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs105 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs105 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs105 a.current,ul.tabs105 a.current:hover,ul.tabs105 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs106 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs106 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs106 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs106 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs106 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs106 a.current,ul.tabs106 a.current:hover,ul.tabs106 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs107 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs107 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs107 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs107 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs107 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs107 a.current,ul.tabs107 a.current:hover,ul.tabs107 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs108 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs108 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs108 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs108 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs108 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs108 a.current,ul.tabs108 a.current:hover,ul.tabs108 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs109 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs109 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs109 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs109 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs109 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs109 a.current,ul.tabs109 a.current:hover,ul.tabs109 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs109 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs109 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs109 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs109 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs109 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs109 a.current,ul.tabs109 a.current:hover,ul.tabs109 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs110 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs110 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs110 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs110 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs110 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs110 a.current,ul.tabs110 a.current:hover,ul.tabs110 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs111 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs111 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs111 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs111 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs111 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs111 a.current,ul.tabs111 a.current:hover,ul.tabs111 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs112 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs112 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs112 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs112 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs112 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs112 a.current,ul.tabs112 a.current:hover,ul.tabs112 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs113 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs113 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs113 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs113 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs113 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs113 a.current,ul.tabs113 a.current:hover,ul.tabs113 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs114 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs114 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs114 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs114 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs114 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs114 a.current,ul.tabs114 a.current:hover,ul.tabs114 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs115 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs115 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs115 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs115 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs115 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs115 a.current,ul.tabs115 a.current:hover,ul.tabs115 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs116 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs116 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs116 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs116 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs116 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs116 a.current,ul.tabs116 a.current:hover,ul.tabs116 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs117 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs117 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs117 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs117 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs117 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs117 a.current,ul.tabs117 a.current:hover,ul.tabs117 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs118 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs118 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs118 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs118 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs118 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs118 a.current,ul.tabs118 a.current:hover,ul.tabs118 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs119 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs119 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs119 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs119 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs119 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs119 a.current,ul.tabs119 a.current:hover,ul.tabs119 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* root element for tabs  */
ul.tabs120 {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #666;
	height: 30px;
	background: url(form_header.png) no-repeat;
}

/* single tab - UL1 */
ul.tabs120 li {
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs120 a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(blue.png) no-repeat -420px 0;
	font-size: 11px;
	display: block;
	height: 26px;
	line-height: 30px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
}

ul.tabs120 a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs120 a:hover {
	background-position: -420px -31px;
	color: #fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs120 a.current,ul.tabs120 a.current:hover,ul.tabs120 li.current a
	{
	background-position: -420px -62px;
	cursor: default !important;
	color: #000 !important;
}

/* width 1 */
ul.tabs120 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs120 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs120 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs120 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs120 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs120 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs120 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs120 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs120 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs119 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs119 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs119 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs119 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs119 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs119 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs119 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs119 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs119 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs118 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs118 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs118 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs118 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs118 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs118 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs118 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs118 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs118 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs117 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs117 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs117 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs117 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs117 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs117 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs117 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs117 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs117 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs116 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs116 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs116 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs116 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs116 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs116 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs116 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs116 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs116 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs115 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs115 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs115 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs115 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs115 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs115 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs115 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs115 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs115 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs114 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs114 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs114 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs114 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs114 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs114 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs114 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs114 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs114 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs113 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs113 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs113 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs113 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs113 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs113 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs113 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs113 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs113 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs112 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs112 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs112 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs112 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs112 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs112 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs112 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs112 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs112 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs111 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs111 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs111 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs111 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs111 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs111 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs111 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs111 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs111 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs110 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs110 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs110 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs110 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs110 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs110 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs110 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs110 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs110 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs109 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs109 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs109 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs109 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs109 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs109 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs109 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs109 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs109 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs108 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs108 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs108 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs108 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs108 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs108 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs108 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs108 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs108 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs107 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs107 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs107 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs107 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs107 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs107 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs107 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs107 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs107 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs106 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs106 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs106 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs106 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs106 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs106 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs106 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs106 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs106 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs105 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs105 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs105 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs105 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs105 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs105 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs105 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs105 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs105 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs104 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs104 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs104 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs104 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs104 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs104 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs104 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs104 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs104 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs103 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs103 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs103 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs103 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs103 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs103 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs103 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs103 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs103 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs102 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs102 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs102 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs102 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs102 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs102 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs102 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs102 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs102 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs101 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs101 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs101 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs101 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs101 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs101 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs101 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs101 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs101 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs100 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs100 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs100 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs100 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs100 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs100 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs100 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs100 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs100 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs99 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs99 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs99 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs99 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs99 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs99 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs99 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs99 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs99 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs98 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs98 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs98 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs98 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs98 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs98 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs98 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs98 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs98 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs97 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs97 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs97 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs97 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs97 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs97 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs97 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs97 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs97 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs96 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs96 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs96 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs96 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs96 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs96 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs96 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs96 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs96 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs95 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs95 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs95 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs95 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs95 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs95 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs95 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs95 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs95 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs94 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs94 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs94 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs94 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs94 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs94 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs94 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs94 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs94 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs93 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs93 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs93 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs93 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs93 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs93 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs93 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs93 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs93 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs92 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs92 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs92 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs92 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs92 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs92 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs92 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs92 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs92 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs91 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs91 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs91 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs91 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs91 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs91 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs91 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs91 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs91 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs90 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs90 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs90 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs90 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs90 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs90 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs90 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs90 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs90 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs89 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs89 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs89 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs89 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs89 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs89 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs89 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs89 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs89 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs88 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs88 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs88 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs88 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs88 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs88 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs88 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs88 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs88 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs87 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs87 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs87 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs87 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs87 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs87 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs87 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs87 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs87 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs36 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs36 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs36 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs36 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs36 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs36 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs36 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs36 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs36 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs85 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs85 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs85 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs85 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs85 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs85 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs85 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs85 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs85 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs84 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs84 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs84 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs84 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs84 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs84 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs84 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs84 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs84 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs83 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs83 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs83 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs83 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs83 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs83 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs83 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs83 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs83 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs82 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs82 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs82 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs82 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs82 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs82 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs82 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs82 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs82 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs81 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs81 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs81 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs81 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs81 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs81 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs81 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs81 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs81 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs80 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs80 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs80 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs80 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs80 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs80 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs80 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs80 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs80 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs79 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs79 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs79 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs79 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs79 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs79 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs79 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs79 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs79 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs78 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs78 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs78 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs78 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs78 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs78 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs78 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs78 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs78 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs77 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs77 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs77 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs77 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs77 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs77 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs77 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs77 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs77 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs76 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs76 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs76 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs76 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs76 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs76 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs76 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs76 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs76 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs75 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs75 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs75 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs75 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs75 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs75 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs75 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs75 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs75 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs74 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs74 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs74 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs74 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs74 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs74 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs74 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs74 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs74 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs73 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs73 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs73 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs73 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs73 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs73 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs73 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs73 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs73 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs72 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs72 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs72 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs72 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs72 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs72 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs72 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs72 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs72 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs71 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs71 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs71a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs71 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs71 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs71 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs71 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs71 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs71 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs70 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs70 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs70 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs70 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs70 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs70 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs70 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs70 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs70 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs69 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs69 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs69 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs69 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs69 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs69 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs69 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs69 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs69 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs68 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs68 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs68 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs68 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs68 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs68 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs68 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs68 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs68 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs67 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs67 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs67 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs67 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs67 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs67 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs67 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs67 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs67 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs66 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs66 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs66 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs66 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs66 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs66 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs66 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs66 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs66 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs65 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs65 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs65 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs65 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs65 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs65 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs65 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs65 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs65 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs64 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs64 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs64 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs64 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs64 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs64 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs64 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs64 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs64 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs63 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs63 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs63 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs63 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs63 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs63 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs63 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs63 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs63 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs62 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs62 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs62 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs62 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs62 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs62 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs62 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs62 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs62 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs61 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs61 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs61 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs61 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs61 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs61 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs61 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs61 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs61 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs60 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs60 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs60 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs60 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs60 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs60 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs60 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs60 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs60 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs59 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs59 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs59 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs59 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs59 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs59 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs59 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs59 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs59 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs58 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs58 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs58 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs58 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs58 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs58 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs58 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs58 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs58 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs57 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs57 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs57 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs57 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs57 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs57 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs57 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs57 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs57 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs56 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs56 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs56 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs56 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs56 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs56 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs56 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs56 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs56 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs55 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs55 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs55 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs55 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs55 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs55 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs55 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs55 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs55 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs54 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs54 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs54 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs54 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs54 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs54 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs54 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs54 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs54 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs53 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs53 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs53 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs53 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs53 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs53 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs53 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs53 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs53 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs52 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs52 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs52 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs52 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs52 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs52 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs52 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs52 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs52 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs51 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs51 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs51 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs51 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs51 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs51 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs51 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs51 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs51 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs50 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs50 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs50 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs50 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs50 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs50 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs50 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs50 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs50 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs49 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs49 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs49 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs49 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs49 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs49 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs49 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs49 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs49 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs48 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs48 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs48 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs48 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs48 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs48 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs48 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs48 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs48 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs47 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs47 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs47 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs47 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs47 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs47 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs47 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs47 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs47 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs46 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs46 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs46 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs46 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs46 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs46 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs46 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs46 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs46 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs45 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs45 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs45 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs45 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs45 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs45 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs45 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs45 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs45 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs44 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs44 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs44 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs44 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs44 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs44 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs44 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs44 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs44 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs43 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs43 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs43 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs43 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs43 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs43 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs43 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs43 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs43 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs42 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs42 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs42 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs42 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs42 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs42 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs42 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs42 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs42 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs41 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs41 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs41 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs41 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs41 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs41 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs41 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs41 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs41 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs40 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs40 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs40 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs40 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs40 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs40 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs40 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs40 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs40 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs39 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs39 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs39 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs39 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs39 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs39 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs39 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs39 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs39 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs38 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs38 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs38 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs38 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs38 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs38 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs38 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs38 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs38 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs37 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs37 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs37 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs37 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs37 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs37 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs37 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs37 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs37 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs36 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs36 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs36 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs36 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs36 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs36 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs36 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs36 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs36 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs35 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs35 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs35 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs35 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs35 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs35 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs35 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs35 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs35 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs34 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs34 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs34 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs34 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs34 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs34 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs34 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs34 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs34 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs33 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs33 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs33 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs33 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs33 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs33 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs33 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs33 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs33 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs32 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs32 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs32 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs32 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs32 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs32 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs32 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs32 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs32 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs31 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs31 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs31 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs31 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs31 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs31 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs31 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs31 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs31 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs30 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs30 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs30 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs30 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs30 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs30 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs30 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs30 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs30 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs29 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs29 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs29 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs29 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs29 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs29 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs29 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs29 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs29 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs28 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs28 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs28 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs28 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs28 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs28 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs28 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs28 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs28 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs27 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs27 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs27 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs26 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs26 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs26 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs26 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs26 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs26 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs25 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs25 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs25 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs24 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs24 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs24 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs23 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs23 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs23 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs22 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs22 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs22 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs22 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs22 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs22 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs22 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs22 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs22 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs21 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs21 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs21 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs21 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs21 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs21 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs21 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs21 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs21 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs20 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs20 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs20 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs20 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs20 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs20 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs20 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs20 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs20 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs19 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs19 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs19 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs19 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs19 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs19 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs19 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs19 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs19 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs18 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs18 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs18 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs18 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs18 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs18 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs18 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs18 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs18 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs17 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs17 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs17 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs17 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs17 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs17 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs17 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs17 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs17 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs16 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs16 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs16 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs16 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs16 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs16 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs16 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs16 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs16 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs15 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs15 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs15 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs15 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs15 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs15 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs15 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs15 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs15 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs14 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs14 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs14 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs14 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs14 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs14 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs14 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs14 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs14 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs13 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs13 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs13 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs13 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs13 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs13 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs13 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs13 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs13 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs12 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs12 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs12 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs12 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs12 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs12 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs12 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs12 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs12 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs11 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs11 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs11 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs11 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs11 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs11 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs11 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs11 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs11 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs10 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs10 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs10 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs10 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs10 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs10 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs10 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs10 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs10 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs9 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs9 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs9 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs9 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs9 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs9 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs9 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs9 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs9 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs8 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs8 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs8 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs8 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs8 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs8 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs8 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs8 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs8 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs7 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs7 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs7 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs7 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs7 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs7 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs7 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs7 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs7 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs6 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs6 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs6 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs6 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs6 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs6 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs6 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs6 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs6 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs5 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs5 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs5 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs5 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs5 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs5 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs5 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs5 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs5 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs4 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs4 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs4 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs4 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs4 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs4 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs4 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs4 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs4 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs4 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs4 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs4 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs4 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs4 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs4 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs4 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs4 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs4 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs3 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs3 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs3 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs3 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs3 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs3 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs3 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs3 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs3 a.xl.current {
	background-position: 0 -62px;
}

/* width 1 */
ul.tabs2 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs2 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs2 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs2 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs2 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs2 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs2 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs2 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs2 a.xl.current {
	background-position: 0 -62px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.tabs1 a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs1 a.s:hover {
	background-position: -553px -31px;
}

ul.tabs1 a.s.current {
	background-position: -553px -62px;
}

/* width 2 */
ul.tabs1 a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs1 a.l:hover {
	background-position: -248px -31px;
}

ul.tabs1 a.l.current {
	background-position: -248px -62px;
}

/* width 3 */
ul.tabs1 a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs1 a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs1 a.xl.current {
	background-position: 0 -62px;
}

/* initially all panes are hidden */
.panes1 .pane1 {
	display: none;
}

.panes2 .pane2 {
	display: none;
}

.panes3 .pane3 {
	display: none;
}

.panes4 .pane4 {
	display: none;
}

.panes5 .pane5 {
	display: none;
}

.panes6 .pane6 {
	display: none;
}

.panes7 .pane7 {
	display: none;
}

.panes8 .pane8 {
	display: none;
}

.panes9 .pane9 {
	display: none;
}

.panes10 .pane10 {
	display: none;
}

.panes11 .pane11 {
	display: none;
}

.panes12 .pane12 {
	display: none;
}

.panes13 .pane13 {
	display: none;
}

.panes14 .pane14 {
	display: none;
}

.panes15 .pane15 {
	display: none;
}

.panes16 .pane16 {
	display: none;
}

.panes17 .pane17 {
	display: none;
}

.panes18 .pane18 {
	display: none;
}

.panes19 .pane19 {
	display: none;
}

.panes20 .pane20 {
	display: none;
}

.panes21 .pane21 {
	display: none;
}

.panes22 .pane22 {
	display: none;
}

.panes23 .pane23 {
	display: none;
}

.panes24 .pane24 {
	display: none;
}

.panes25 .pane25 {
	display: none;
}

.panes26 .pane26 {
	display: none;
}

.panes27 .pane27 {
	display: none;
}

.panes28 .pane28 {
	display: none;
}

.panes29 .pane29 {
	display: none;
}

.panes30 .pane30 {
	display: none;
}

.panes31 .pane31 {
	display: none;
}

.panes32 .pane32 {
	display: none;
}

.panes33 .pane33 {
	display: none;
}

.panes34 .pane34 {
	display: none;
}

.panes35 .pane35 {
	display: none;
}

.panes36 .pane36 {
	display: none;
}

.panes37 .pane37 {
	display: none;
}

.panes38 .pane38 {
	display: none;
}

.panes39 .pane39 {
	display: none;
}

.panes40 .pane40 {
	display: none;
}

.panes41 .pane41 {
	display: none;
}

.panes42 .pane42 {
	display: none;
}

.panes43 .pane43 {
	display: none;
}

.panes44 .pane44 {
	display: none;
}

.panes45 .pane45 {
	display: none;
}

.panes46 .pane46 {
	display: none;
}

.panes47 .pane47 {
	display: none;
}

.panes48 .pane48 {
	display: none;
}

.panes49 .pane49 {
	display: none;
}

.panes50 .pane50 {
	display: none;
}

.panes51 .pane51 {
	display: none;
}

.panes52 .pane52 {
	display: none;
}

.panes53 .pane53 {
	display: none;
}

.panes54 .pane54 {
	display: none;
}

.panes55 .pane55 {
	display: none;
}

.panes56 .pane56 {
	display: none;
}

.panes57 .pane57 {
	display: none;
}

.panes58 .pane58 {
	display: none;
}

.panes59 .pane59 {
	display: none;
}

.panes60 .pane60 {
	display: none;
}

.panes61 .pane61 {
	display: none;
}

.panes62 .pane62 {
	display: none;
}

.panes63 .pane63 {
	display: none;
}

.panes64 .pane64 {
	display: none;
}

.panes65 .pane65 {
	display: none;
}

.panes66 .pane66 {
	display: none;
}

.panes67 .pane67 {
	display: none;
}

.panes68 .pane68 {
	display: none;
}

.panes69 .pane69 {
	display: none;
}

.panes70 .pane70 {
	display: none;
}

.panes71 .pane71 {
	display: none;
}

.panes72 .pane72 {
	display: none;
}

.panes73 .pane73 {
	display: none;
}

.panes74 .pane74 {
	display: none;
}

.panes75 .pane75 {
	display: none;
}

.panes76 .pane76 {
	display: none;
}

.panes77 .pane77 {
	display: none;
}

.panes78 .pane78 {
	display: none;
}

.panes79 .pane79 {
	display: none;
}

.panes80 .pane80 {
	display: none;
}

.panes81 .pane82 {
	display: none;
}

.panes83 .pane83 {
	display: none;
}

.panes84 .pane84 {
	display: none;
}

.panes85 .pane85 {
	display: none;
}

.panes86 .pane86 {
	display: none;
}

.panes87 .pane87 {
	display: none;
}

.panes88 .pane88 {
	display: none;
}

.panes89 .pane89 {
	display: none;
}

.panes90 .pane90 {
	display: none;
}

.panes91 .pane91 {
	display: none;
}

.panes92 .pane92 {
	display: none;
}

.panes93 .pane93 {
	display: none;
}

.panes94 .pane94 {
	display: none;
}

.panes95 .pane95 {
	display: none;
}

.panes96 .pane96 {
	display: none;
}

.panes97 .pane97 {
	display: none;
}

.panes98 .pane98 {
	display: none;
}

.panes99 .pane99 {
	display: none;
}

.panes100 .pane100 {
	display: none;
}

.panes101 .pane101 {
	display: none;
}

.panes102 .pane102 {
	display: none;
}

.panes103 .pane103 {
	display: none;
}

.panes104 .pane104 {
	display: none;
}

.panes105 .pane105 {
	display: none;
}

.panes106 .pane106 {
	display: none;
}

.panes107 .pane107 {
	display: none;
}

.panes108 .pane108 {
	display: none;
}

.panes109 .pane109 {
	display: none;
}

.panes110 .pane110 {
	display: none;
}

.panes111 .pane111 {
	display: none;
}

.panes112 .pane112 {
	display: none;
}

.panes113 .pane113 {
	display: none;
}

.panes114 .pane114 {
	display: none;
}

.panes115 .pane115 {
	display: none;
}

.panes116 .pane116 {
	display: none;
}

.panes117 .pane117 {
	display: none;
}

.panes118 .pane118 {
	display: none;
}

.panes119 .pane119 {
	display: none;
}

.panes120 .pane120 {
	display: none;
}