html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
/*font-family:inherit;*/
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}

* {
    font-family: Arial, Verdana, sans-serif;
   margin: 1px;
}


/******* MENU *******/
#container{
    margin: 1em auto;
/*    width: 850px;   5 tabs */
    width: 999px;  /* 6 tabs */
    text-align: center;
}
#container ul{
    list-style: none;
    list-style-position: outside; 
}

#container ul.menu li{
    float: left;
    margin-right: 5px;
    margin-bottom: -1px;
}
#container ul.menu li{
    font-weight: 700;
    display: block;
    padding: 5px 10px 5px 10px;
    background: #efefef; 
    margin-bottom: -1px;
    border: 1px solid #999999; /*#d0ccc9; */
    border-width: 1px 1px 1px 1px;
    position: relative;
    color: #898989;
    cursor: pointer;
}
#container ul.menu li.active{
    background: #fff;
    top: 1px;
    border-bottom: 0;
    color: #0d6176;   
}
/******* /MENU *******/ 

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #fff;  /*#efefef;*/
	border: 1px solid #999999;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/

/******* page specific stuff ********/

.content.global{
   display: block;
}

.content.tropical{
   display: none;
}

.content.regional{
   display: none;
}

.content.ensemble{
   display: none;
}


/************************/
img {   
        width: 106px;
        height: 75px;
}

table {
   width: 100%;
}

.sec-unclass-bnr, .sec-unclass {
   font-size: 9pt;
}

.title_link {
   width: 10%;
}
