body {
	font-family: Arial;
	font-size: 10px;
}

.shadetabs{
	width: 300px;
	padding: 2px 0;
	margin: 0;
	font: 12px Arial;
	list-style-type: none;
	text-align: center;
}
.shadetabs ul{
	margin: 0px auto;
}
.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 2px 6px;
	color: #fff;
	background: #a2a2a2;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li.selected a{ /*selected main tab style */
	background: #4e4e4e;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 298px;
	height: 170px;
	margin-bottom: 1em;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}

.tabcontent{
	display:none;
}

a {
	color:#0c4790;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
p {
	margin:0 5px;
	padding:0;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}

h3 {
	font-size: 14px;
}

.tab-left {
	float:left;
	text-align:center;
}
.tab-left img{
	width:140px;
}
.tab-right {
	float:right;
	text-align:center;
}
.tab-right img{
	width:140px;
}

