/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	padding: 5px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #393E52;
	text-decoration: none;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 20px;
	margin-right: 3px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #393E52;
	background: url(tab_nav_unselected_bg.gif) repeat-x;
}

.shadetabs li a:visited {
	color: #393E52;
}

.shadetabs li a:active {
	color: #393E52;
}

.shadetabs li a:hover {
	color: #1A2F80;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	color: #1A2F80;
	background: url(tab_nav_selected_bg.gif) repeat-x;
	top: 1px;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	color: #0066CC;
}

.shadetabs li a.selected:visited {
	color: #1A2F80;
}

.shadetabs li a.selected:active {
	color: #1A2F80;
}
.tabcontent {
	display: none;
}
.ddtabs {
	border: 1px solid #666666;
	background-image: url(tab_nav_bg.gif);
	background-repeat: repeat;
	width: 426px;
	height: 205px;
	padding-top: 15px;
	overflow: hidden;
}
@media print {
	.tabcontent {
		display:block !important;
	}
}
.tabcontent .medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.tabcontent .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.tabcontent ul {
  list-style: disc outside url(orange-disc.png);
  margin: 0.25em 1em;
  padding: 0 15px;
  text-align: left;
}
.tabcontent ul li {
	margin: 0;
	padding-bottom: 10px;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	color: #EE8623;
	text-decoration: none;
	padding-right: 10px;
}

.orange a, .tabcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EE8623;
	text-decoration: none;
}

.orange a:hover, .tabcontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}