ul.shadetabs2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-size: 8.5pt;
	font-family: tahoma, verdana, arial, geneva, helvetica, sans-serif;
	line-height: normal;	
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}
ul.shadetabs2 li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.shadetabs2 li a {
	background: transparent url(tabOrangeOff.jpg) repeat-x top left;
	float: left;
	padding: 6px 7px;	
	text-align: center;
	text-decoration: none;
}
ul.shadetabs2 li a:link {
	color: #FFFFFF;
}
ul.shadetabs2 li a:visited {
	color: #FFFFFF;
}
ul.shadetabs2 li a:hover {
	background: url(tabOrangeOn.jpg);
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;	
}
ul.shadetabs2 li.selected {
	background: url(tabOrangeOn.jpg);
	position: relative;	
	/* top: 1px;*/
}
ul.shadetabs2 li.selected a {
	/*selected main tab style */
	background: #FFCC67;
	color: #000000;
	background-image: url(tabOrangeOn.jpg);
	text-decoration: none;	
}
ul.shadetabs2 li.selected a:hover {
	/*selected main tab style */
	background-image: url(tabOrangeOn.jpg);
	color: #000000;
	text-decoration: none;	
}
.contentstyle2 {
	background: #FFCC67;
	border: none;
	margin: 0px 0px 4px 0px;
	padding: 8px 8px 6px 8px;
	width: 188px;
	height: 276px;
	min-height: 276px;
	/* max-height: 276px; */
	/* margin-bottom: 1em; */ /* was commented out */
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 8.5pt;
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	line-height: 10.5pt;
	letter-spacing: normal;
	overflow: auto;
}
.contentstyle2 p {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 8.5pt;
	font-family: arial, geneva, verdana, helvetica, sans-serif;
	line-height: 10.5pt;
	letter-spacing: normal;
}
.contentstyle2 a, .contentstyle a:link, .contentstyle a:visited {
	color: #b81e1e;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;	
	text-decoration: none;
}	
.contentstyle2 a:hover {
	color: #571f1f;  /*#B1E89F;*/
	text-decoration: underline;	
}
.contentstyle2 a:active {
	color: #b81e1e;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;	
}
