.shadetabs {
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	line-height: 16px;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 5px 7px;
	margin-right: 3px;
	border: 1px solid #aaddff;
	color: #000;
	background: #aaddff;
}
.shadetabs li a:visited {
	color: #000;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #000;
}
.shadetabs li.selected {
	position: relative;
}
.shadetabs li.selected a {
	border-bottom-color: #fff;
	background: #fff;
}
.shadetabs li.selected a:hover{
	text-decoration: none;
}
.contentstyle {
	border: 1px solid #aaddff;
	width: 761px;
	padding: 5px 3px;
}