.shadetabs
{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
font-size: 10px;
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
{
	top: 1px;
	position: relative;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
  	background: url(/images/shout_th_bg_off.jpg);
	text-align: left;
	border-bottom: 2px solid #ccc;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.shadetabs li a:visited{
color: #2d2b2b;
	top: 1px;
}

.shadetabs li a:hover{

	text-decoration: underline;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	top: 1px;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
	text-decoration: none;
	border-top: 2px solid #ccc;
	padding: 3px 7px;
	margin-right: 3px;
  	background: url(/images/shout_th_bg.jpg);
	text-align: left;
	border-bottom: 3px solid #ccc;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	border-bottom: 3px solid #ccc;
}

.contentstyle{
	align: middle;
	
	margin-bottom: 1em; 
	padding: 15px;
	width:250px;
	height:150px; 
	bordercolor: #cccccc;
	border: 3px;
	border-color: #CCCCCC;
	border-style: solid;
	background-image: url(/images/shout_bg.jpg);
	background-repeat: no-repeat;

	font-family: Garamond, Times New Roman;
	font-size: 160%;
	letter-spacing: -1px;
	color: #333333;
	line-height: 25px;
	text-transform: none;

}