<style>
p            { font-family: Tahoma; font-size: 1.2em; color: #483B1F; margin: 9px }

.leftbrown {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10pt;
	color: #483B1F;
	margin-top: 4px;
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 4px;
}

.leftbrowntiny {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:.85em;
	color: #483B1F;
	margin-top: 4px;
    margin-bottom: 0;
    margin-left: 6px;
}

.centerbrowntiny {
	text-align: center;
	vertical-align: top;
	font-family:Tahoma;
	font-size:.85em;
	color: #483B1F;
	margin-top: 4px;
    margin-bottom: 0;
    margin-left: 6px;
}

.leftwhite {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:9pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 4px;
    margin-bottom: 0;
    margin-left: 6px;

}
.leftyellow {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10pt;
	font-weight: bold;
	color: #EDDF92;
	margin-top: 4px;
    margin-bottom: 0;
    margin-left: 6px;

}





h1 {
	text-align: left;
	vertical-align: top;
	margin-top: 4px;
    margin-bottom: 0;
    margin-left: 3px; margin-right: 6px;
	font-family: Arial;
	font-weight:bold;
	font-size:12pt;
	text-decoration: normal;
	color: darkred; line-height:100%; 
	font-style: normal;
}
h2 {
	text-align: left;
	vertical-align: top;
	margin-top: 3px;
	font-family: Arial;
	margin: 5px;
	font-weight:bold;
	font-style:normal;
	font-size:10pt;
	text-decoration: none;
	color: darkrbrown;
}
h3 {
	text-align: left;
	vertical-align: top;
	margin-top: 3px;
	margin: 5px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size:10pt;
	text-decoration: none;
	color: darkbrown; line-height:100%; margin-bottom:0px
}
li {
	text-align: left;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size:9pt;
	text-decoration: none;
	color: black; line-height:115%; list-style-type:circle
}
ul {
	text-align: left;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-family: Arial;
	font-size:8pt;
	text-decoration: none;
	color: #000000; line-height:100%; list-style-type:circle
}


a {
	font-family:Tahoma;
	font-size: 0.9em; text-decoration: underline;
	color: #990066;
}
    A.footlink  {font-size:.85em; font-family:arial; line-height: 9pt; margin-top:0; margin-bottom:0; cursor: hand; color: #6E5B1D;  text-decoration: none}
    A.footlink  {font-size:.85em; font-family:arial; line-height: 9pt; margin-top:0; margin-bottom:0; cursor: hand; color: #6E5B1D;  text-decoration: none}

<!--
A.navitem  {cursor: hand; color: #7B6114; font-family: Tahoma; font-size: 0.8em; text-decoration: underline}
A.navitem:hover  {cursor: hand; color: #000000;   text-decoration: underline}
A.buttonitem  {cursor: hand; color: #E02102; font-family: Tahoma; font-size: .8em; text-decoration: none}
A.buttonitem:hover  {cursor: hand; color: lightyellow; font-family: Tahoma; font-size: .8em; text-decoration: underline}

-->
</style>

<style type="text/css">
div#container{width: 500px; margin:0 auto}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#9D0101;
	font-weight:bold;
	font-size:0.75em;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #9E3D3D; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #9D0101;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
</style>