#dhtml-tabs {
margin: 20px 0 20px 25px;
}
#countrytabs li{
color: #360281;
}
#country1 {
padding: 0 10px 0 0;
color: #360281;
line-height: 1.6em;
text-align: justify; 
font-size: 0.8em;
font-family: arial, helvetica, sans-serif; 
}
#country2 {
padding: 0 10px 0 0;
color: #360281;
line-height: 1.6em;
text-align: justify; 
font-size: 0.8em;
font-family: arial, helvetica, sans-serif; 
}
#country3 {
padding: 0 10px 0 0;
color: #360281;
line-height: 1.6em;
text-align: justify; 
font-size: 0.8em;
font-family: arial, helvetica, sans-serif; 
}
#country4 {
padding: 0 10px 0 0;
color: #360281;
line-height: 1.6em;
text-align: justify; 
font-size: 0.8em;
font-family: arial, helvetica, sans-serif; 
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

#countrytabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 0.8em arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#countrytabs li{
display: inline;
margin: 0;
}

#countrytabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #360281;
color: #360281;
background: white url(shade.gif) top left repeat-x;
}

#countrytabs li a:visited{
color: #360281;
}

#shadetabs li a:hover{
text-decoration: none;
color: #360281;
}

#countrytabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

#countrytabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

#countrytabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

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


