#worldwide { 
	background: url(../img/bg.gif) repeat-x 0 100%; 
	border: 1px solid #e3e3e3; 
	display: inline; 
	padding: 1px 0 2px; 
	position: relative; 
	text-align: left; 
	width: 200px; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	*height: 15px; 
	*margin-left: 10px; 
	*top: 0px; 
	*padding: 0; 
	zoom: 0; 
}
	
#worldwide a { 
	height: 20px; 
	padding: 3px 10px 3px 5px; 
	width: 100%; 
	*padding: 0 10px 0 5px; 
	text-decoration: none;
}
#worldwide a:hover { 
	text-decoration: none; 
}
#worldwide a img { 
	position: relative; 
	top: 7px; 
	padding: 0 2px 0 0; 
	*float: left; 
	*padding: 0; 
	*top: 0; 
	*margin: 2px 0 2px 3px; 
}
#worldwide a span.more { 
	background: url(../images/triangle.gif) no-repeat 100% 50%; 
	border-left: 1px solid #e3e3e3; 
	cursor: pointer; 
	display: inline-block; 
	line-height: 30px; 
	margin: -5px 0; 
	padding: 0 8px 0 5px; 
	position: relative; 
	top: 0; 
}
#worldwide a span.more { 
	*display: inline; 
	*margin-top: 4px; 
	*top: 0; 
	zoom: 1; 
	*line-height: 20px;
}

/* id styles */
#bg_index {
	background-repeat: no-repeat;
	background-position: 50% 50%
}

#lang_index td a, #lang_index td a:visited {
	color: black;
}

#lang_index td a:hover {
	color: #e4832c;
	text-decoration: none;
}

#content {
	overflow:hidden;
	width:800;
	height:399;
}
/* end id styles */

/* class styles */
.bordered {
	border: 0px solid black;
}

.bordered_top {
	border: 0px solid black;
	vertical-align:top;
}

.nav_bar {
	background-color: #e4832c;
	background-image: url('../img/theme1/bg_nav_bar.gif');
}

.nav_bar td {
	cursor: default;
	font-size: 11pt;
	font-family: Trebuchet MS;
/* 	color: #fad121; */
	color: white;
}

.nav span {
/* 	color: #fad121; */
	color: white;
	background-color: #e4832c;
	background-image: url('../img/theme1/bg_nav_bar.gif');
}

.padding {
	font-size: 1pt;
}

.sub_nav {
	color: white;
	cursor: pointer; 
	padding: 1 4 1 4;
	background-image: url('../img/theme1/bg_nav_bar.gif');
	background-position: 50% 0%;
	padding-left:4; 
	padding-right:4; 
	padding-top:1; 
	padding-bottom:1	
}

.sub_nav_hidden {
	cursor: pointer; 
	padding: 1;
	background-image: url('../img/theme1/bg_nav_bar.gif');
	background-position:  
               50% 0%;
	display: none
}

.submenu {
/* 	padding: 0 5 0 5; */
	background-image: url('../img/theme1/bg_nav_bar.gif');
}

.description { 
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}

.calendar, .calendar td {
	font-size: 10pt;
	color: gray;
}
/* end class styles */

/* tag styles */
body, table, td {
	font-family: Trebuchet MS;
	color: #12100F;
}

a, a:visited, a:hover {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: gray;
}

ul {
	list-style-type:none;
	font-size: 11pt;
	font-weight: bold;
}

ul li a, ul li a:visited {
	text-decoration: none;
	color: #12100F;
}

ul li a:hover {
	color: #F54646;
}
/* end tag styles */