.fastswitch{
	padding: 0px;
	margin: 0;
	font-size: 12px;
	
	font-weight: bold;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.fastswitch ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.fastswitch li{
	display: inline;
	margin: 0;
	text-align: center;
}

.fastswitch li a {
	text-decoration: none;
	position: relative;
	color: #FFF;
	line-height: 19px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: url(gfx/switch_bg.png) no-repeat;
	float: left;
	margin-right: 13px;
	padding: 0 0 0 10px;
	text-align: center;

}

.fastswitch li a:visited {
	text-decoration: none;
	position: relative;
	color: #FFF;
	line-height: 19px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: url(gfx/switch_bg.png) no-repeat;
	float: left;
	margin-right: 13px;
	padding: 0 0 0 10px;
	text-align: center;
}

.fastswitch li a span {
	position: absolute;
	right: -10px;
	top: 0;
	height: 19px;
	width: 10px;
		font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: url(gfx/switch_span.png) no-repeat;
	float: left;
	text-align: center;
}

.fastswitch li a:hover {
	background: url(gfx/switchh_bg.png) no-repeat;
	color: #FFF;
		font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.fastswitch li a:hover span {
	background: url(gfx/switchh_span.png) no-repeat;
	text-align: center;
}

.fastswitch li a.selected { /*selected main tab style */
	text-decoration: none;
	position: relative;
	color: #FFF;
	font-weight: bold;
	line-height: 19px;
	font-size: 12px;
	background: url(gfx/switchh_bg.png) no-repeat;
	float: left;
	margin-right: 13px;
	padding: 0 0 0 10px;
	text-align: center;
	text-shadow: #ba5612 0 1px 0px;
}

.fastswitch li a.selected span { /*selected main tab style */
	position: absolute;
	right: -10px;
	top: 0;
	height: 19px;
	width: 10px;
	background: url(gfx/switchh_span.png) no-repeat;
	float: left;
	text-align: center;
}

.fastswitch li a.selected:hover { /*selected main tab style */
	color: #FFF;
}


@media print {
.fastswitch {
	display:block !important;
}
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

.userswitch{
	padding: 0px;
	margin: 0;
	font-size: 12px;
	
	font-weight: bold;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.userswitch ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.userswitch li{
	display: inline;
	margin: 0;
	text-align: center;
}

.userswitch li a {
	text-decoration: none;
	position: relative;
	color: #FFF;
	line-height: 28px;
	font-size: 12px;
	width: 124px;
	font-family: Arial;
	font-weight: bold;
	background: url(img/userswitchoff.png) no-repeat;
	float: left;
	margin-right: 1px;
	text-align: center;
	text-shadow: #000 0 1px 0px;
}

.userswitch li a:visited {
	text-decoration: none;
	position: relative;
	color: #FFF;
	line-height: 28px;
	width: 124px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background: url(img/userswitchoff.png) no-repeat;
	float: left;
	margin-right: 1px;
	text-align: center;
}



.userswitch li a:hover {
	background: url(img/userswitch_on.png) no-repeat;
	color: #e97424;
		font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	width: 124px;
	text-shadow: #fff 0 1px 0px;
}


.userswitch li a.selected { /*selected main tab style */
	text-decoration: none;
	position: relative;
	color: #e97424;
	font-weight: bold;
	line-height: 28px;
	width: 124px;
	font-size: 12px;
	background: url(img/userswitch_on.png) no-repeat;
	float: left;
	margin-right: 1px;
	text-align: center;
	text-shadow: #fff 0 1px 0px;
}

.userswitch li a.selected:hover { /*selected main tab style */
	color: #000;
}


@media print {
.userswitch {
	display:block !important;
}
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}


