
H1, H2, H3, H4, H5, H6, body, .normal, .ogl, .smalltitle, .smallbluetitle, .copyright, .smallorangetitle, .orangetitle, .note, .label, .buttonlabel, .small, .smallbold, .privacypolicy, .errormsg, .gold, .smallgold, .silver, .smallsilver, .bronze, .smallbronze
{
	font-family: georgia, verdana,  arial, geneva, helvetica, sans-serif;
	text-decoration: none;
}
H1, H2, H3, H5  {
font-weight: bold;
color: #388237;
}

p {padding-bottom:7px;}

H1 {
	font-size: 20px;
}
H2 {
	font-size: 18px;
}
H3 {
	font-size: 16px;
}
H4 {
	font-size: 14px; margin-bottom:4px;
}

body {
	width:100%;
	font-size: 12px;
	color: black;
	text-align:center;
	background: #DDDDDD;
}

p {margin-bottom:2px; margin-top:2px;}

.normal {
	font-size: 12px;
	color: black;
}
.smalltitle {
	font-size: 12px;
	color: #106ba8;
	font-weight: bold;
}
.nomargin{
margin-top:0; 
margin-bottom:0; 
padding-top:0; 
padding-bottom:2; 
}
.note {
	font-size: 10px;
	color: #ff9705;
	font-weight: normal;
}
.sectiontitle{width:100%; background:#999999; color:white; padding:5px; text-align:center; margin-bottom: 8px; margin-top: 8px;}

.small {
	font-size: 9px;
	color: black;
}
.ogl {font-size: 10px;
	color: black;}
.smallbold {
	font-size: 10px;
	color: black;
	font-weight: bold;
}
.bold {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

a:link {
	color: #106ba8;
	background: transparent;
}
a:visited {
	color: #106ba8;
	background: transparent;
}
a:hover{color:orange}




TABLE.hs {  width=660;
border: 2px solid   #106ba8; 
border-collapse: collapse;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

TABLE.hs_header {  width=660;
	border: 2px solid   #ff9705; 
	border-collapse: collapse;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: #ffffff;
} 

TABLE.noborder {  width=660;
			border: 0px; 
border-collapse: collapse 
} 
TD.header { border: 2px solid  #ff9705; } 

TABLE.n1	{  	WIDTH: 100%;
			BORDER: 3px solid #ff9705;
			border-collapse: collapse;
			empty-cells: show ;
			CELLPADDING: 2px;
			CELLSPACING: 0px;
}

TD.n1 { border: 1px solid  #ff9705}
TH.n1 { border: 2px solid  #ff9705}

#main{width:820px; overflow:hidden; margin:auto; background-color: #ffffff; position:relative; box-shadow: 3px 3px 3px #444444; border-radius: 7px;}
#logo{position:relative; float:left; margin-left:10px;}
#menu{position:relative; clear:left;}
#content{position:relative; clear:left; width: 100%; text-align:center;}

.menu1 { background: url(./menubg1.png) no-repeat center; text-align: center; }
.menu0 { background: url(./menubg0.png) no-repeat center; text-align: center; }
.st {font-size: 10px}
.st2 {font-size: 15px; margin-bottom: 2px}
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;    } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.thumbnail{width:250px; text-align:center; float:left;margin:0px; padding-bottom:10px;}
.thumbmap{border: 1px solid black;}
.countrylistcolumns{width:150px; text-align:center; float:left;margin:0px; padding-bottom:10px;}
.fulltextbox{text-align:justify; width:750; margin:30px; clear:both;}
.sectiontitle{width:100%; background:#999999; color:white; padding:5px; text-align:center; margin-bottom: 8px; font-size:15px; font-family:Arial; font-weight:bold;}


.dlbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.dlbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.dlbutton:active {
	position:relative;
	top:1px;
}

