a.partners:link ,a.partners:visited {font-family: Tahoma;font-size: 11px;line-height: normal;font-weight: normal;color: #888;text-decoration: none;}
a.partners:hover {font-family: Tahoma;font-size: 11px;line-height: normal;font-weight: normal;color: #348AC7;text-decoration: underline;}
a.partners:active {font-family: Tahoma;font-size: 11px;line-height: normal;font-weight: normal;color: #348AC7;text-decoration: underline;}
ul{
	list-style-type: none;
	padding: 0px;
	margin-left: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li{
	list-style-image: url(../images/arrows02.jpg);
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h1{font-family: Tahoma;font-size: 15px;line-height: normal;font-weight: bolder;color: #2B7DB7;text-decoration: none;margin: 0px;}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

#shadetabs{}
.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: right;
	color: #666666;
	text-decoration: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
	text-align: right;
	float: left;
	color: #333333;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #333333;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #D8D8D8;
	background-color: #F5F5F5;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
text-decoration: none;
color: #333333;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color: #FF6600;
	padding-top: 7px;
	color: #FFFFFF;
	border: 1px solid #FF6600;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #FF6600;
	padding-top: 7px;
	color: #FFFFFF;
	border: 1px solid #FF6600;
	margin-right: 0px;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

