@charset "UTF-8";

/* Common Styles
-----------------------------------------------------------------------------  */
body {
	font-size: 12px;
	color: #444;
	line-height: 137%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

p a,
a.normal {
	color: #00f;
	text-decoration: underline !important;
	background-image: none !important;
	padding-left: 0 !important;
}

p a:hover,
a.normal {
	text-decoration: none !important;
	background-image: none !important;
	padding-left: 0 !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.red {	color: #f00; }
.blue {	color: #00f; }

.bold {		font-weight: bold; }
.sb span {	font-weight: bold; }

.clear { clear: both; }

.right {	text-align: right; }
.center {	text-align: center; }
.fl {		float: left; }
.fr {		float: right; }
img.fl { 	padding-right: 15px; }
img.fr { 	padding-left:15px; }

.fs10 {	font-size: 10px !important;	}
.fs11 {	font-size: 11px !important;	}
.fs12 p {	font-size: 12px !important;	}

.mgnT10 {	margin-top: 10px !important;	}
.mgnT20 {	margin-top: 20px !important;	}
.mgnT25 {	margin-top: 25px !important;	}
.mgnT30 {	margin-top: 30px !important;	}
.mgnB10 {	margin-bottom: 10px !important;	}
.mgnB20 {	margin-bottom: 20px !important;	}
.mgnB30 {	margin-bottom: 30px !important;	}
.mgnL10 {	margin-left: 10px !important;	}
.mgnL30 {	margin-left: 30px !important;	}
.mgnL40 {	margin-left: 40px !important;	}
.mgnL50 {	margin-left: 50px !important;	}
.mgnL110 {	margin-left: 110px !important;	}
.mgnL210 {	margin-left: 210px !important;	}

.pdgL30 {	padding-left: 30px !important;	}
.pdgL40 {	padding-left: 40px !important;	}
.pdgL50 {	padding-left: 50px !important;	}

table.center td,
table.center th {
	text-align: center;
}

table.pdg5 td,
table.pdg5 th {
	padding: 5px;
}

/* Wrap Styles
-----------------------------------------------------------------------------  */
div#wrap {
	width: 820px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
}

/* Header Styles
-----------------------------------------------------------------------------  */

#header {
	margin-top: 15px;
}

#header a {
	color: #444;
}

/* ##### Global navi Styles ##### */

#header ul#gn {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 30px;
	border-bottom: 5px solid #030303;
	overflow: hidden;
}

#header ul#gn li {
	float: left;
	text-indent: -9000px;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

#header ul#gn li.gn01 {	padding-left: 58px;	}

#header ul#gn li a {
	display: block;
	width: 126px;
	height: 30px;
	background: url(img/gn.gif) 0 0 no-repeat;
	text-decoration: none;
}

#header ul#gn li.gn01 a {	background-position: 0 -30px;	}
#header ul#gn li.gn02 a {	background-position: -126px -30px;	}
#header ul#gn li.gn03 a {	background-position: -252px -30px;	}
#header ul#gn li.gn04 a {	background-position: -378px -30px;	}
#header ul#gn li.gn05 a {	background-position: -504px -30px;	}
#header ul#gn li.gn06 a {	background-position: -630px -30px;	}

#header ul#gn li.gn01 a:hover,
#header ul#gn li.gn01 a.current {	background-position: 0 0;	}
#header ul#gn li.gn02 a:hover,
#header ul#gn li.gn02 a.current {	background-position: -126px 0;	}
#header ul#gn li.gn03 a:hover,
#header ul#gn li.gn03 a.current {	background-position: -252px 0;	}
#header ul#gn li.gn04 a:hover,
#header ul#gn li.gn04 a.current {	background-position: -378px 0;	}
#header ul#gn li.gn05 a:hover,
#header ul#gn li.gn05 a.current {	background-position: -504px 0;	}
#header ul#gn li.gn06 a:hover,
#header ul#gn li.gn06 a.current {	background-position: -630px 0;	}

/* Main Styles
-----------------------------------------------------------------------------  */
#main {
	width: 780px;
	margin: 0 auto;
}

#home #main {
	width: 820px;
	margin: 0 auto;
}

#main p#copy {
	text-align: right;
	margin: 5px 0;
}

#main h1 {
	margin: 0 0 20px 0;
}

#main h3 {
	background: url(img/bang.gif) no-repeat 0 45%;
	padding: 5px 5px 3px 20px;
	border-bottom: 1px dotted #999;
	margin: 5px 0;
	font-size: 14px;
}

#main div.section {
	margin: 0 0 40px 220px;
}

#main .section ol {
	margin: 0 0 0 20px;
	padding: 0;
}

#main .section ol li {
	margin: 0 0 10px 0;
}

#main .section2 {
	margin-left: 100px;
}

#main table.data th,
#main table.data td {
	padding: 10px;
}

#main table.data th {
	text-align: right;
}

#main table.data2 th,
#main table.data2 td {
	border: 1px solid #ccc;
	padding: 5px;
}

#main table.data2 th {
	background-color: #eee;
	font-weight: normal;
}

#main dl#qa dt{
	margin: 0 0 5px 0;
	padding: 2px 0 2px 25px;
	font-size: 14px;
	background: url(img/q.gif) no-repeat 0 0;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

#main dl#qa dd{
	margin: 0 0 25px 0;
	padding: 2px 0 2px 25px;
	background: url(img/a.gif) no-repeat 0 0;
}

#main ul.blog {
	list-style-type: none;
	margin: 30px 0 0 30px;
	padding: 0;
}

#main ul.blog li {
	float: left;
	padding: 0 30px 40px 0;
}

#main ul.tb {
	clear: both;
	text-align: right;
	padding: 50px 0 20px 0;
	list-style-type: none;
}

#main ul.tb li { float: left; }

#main ul.tb li a {
	background: url(img/back.gif) no-repeat 0 45%;
	padding-left: 15px;
}

#main ul.tb li a:hover {
	background: url(img/back_.gif) no-repeat 0 45%;
}

#main ul.tb li.top { float: right; }

#main ul.tb li.top a {
	background: url(img/totop.gif) no-repeat 0 45%;
	padding-left: 15px;
}

#main ul.tb li.top a:hover {
	background: url(img/totop_.gif) no-repeat 0 45%;
}

/* Footer Styles
-----------------------------------------------------------------------------  */
#footer {
	text-align: center;
	padding: 10px 0;
}

/* PDF Styles
-----------------------------------------------------------------------------  */
span#pdf {
	border: 1px solid #009;
	padding: 8px;
	background-color: #eef;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* ajax tabs Styles
-----------------------------------------------------------------------------  */
.shadetabs{
	padding: 3px 0;
	margin: 1px 0 3px 0;
	font-weight: bold;
	text-align: left;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	position: relative;
	z-index: 1;
	padding: 6px 14px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(/img/tab/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected{
	background-image: url(/img/tab/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{
	text-decoration: none;
}

#countrydivcontainer{
	border:1px solid #778;
	padding: 20px;
}