.shadetabs{
width:640px;
padding: 5px 0;
padding-left: 35px;
margin: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
border-bottom: 8px solid #333;
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 9px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #333;
background-color: #aaa;
}
.shadetabs li a:hover{
	background-color: #600;
	color: #eaeaea;
}

.shadetabs li a.selected{
position: relative;
top: 0px;
background-color: #333;
color: #eaeaea;
/*border-bottom: 1px solid white;*/
}

.shadetabs li a.selected:hover{
	color: #eaeaea;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#outer{
	/*border:1px solid gray; */
	width:675px;
	/*padding: 10px;*/
/*	background-color: #fff; */
background: url(images/tabbkg.png) top left repeat-x;
	line-height: 21px;
}
#country2, #country3, #country4{
	padding: 10px;
}
#country3{
	padding-top: 3px;
}
#country3 .title{
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 6px;
}
#country3 td{
	text-align: center;
}
#country3 h3{
	color: #600;
	font-size: 15px;
}
#country4{
	padding-left: 35px;
	height: 255px;
}
#country4 h2{
	margin-bottom: 0;
	margin-top: 7px;
	font-size: 16px;
}
#country4 h4{
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}
#country4 h4 a{
	font-weight: normal;
}