<!--
	html, body {
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		width:100%;
		font-family: arial, helvetica, sans-serif; 
		min-width:840px;
		font-size: 11pt;
		}
		
		h1 {
		font-size: 16pt;
		line-height: 1.4;
		color: #009900;
		font-weight:bold;
		}
		
		h2 {
		font-size: 12pt;
		line-height: 1.4;
		color: #666666;
		font-weight:bold;
		}
		
		p, ol, ul, td {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11pt;
		line-height: 1.4;
		color: #000000;
		}
		
		#Dash ul, #Dash li {
		list-style-image:none;
		list-style-type:none;
		}
		
		#container {
		width:80%;
		margin-left:10%;
		margin-right:10%;
		}
		
		#logo {
		padding:10px;
		float:left;
		}
		
		#logo2 {
		padding:10px;
		float:right;
		}
		
		#banner {
		background:#006da9;
		height:20px;
		text-align: right;
		padding-top:4px;
		padding-right:10px;
		color:#FFF;
		clear:both;
		font-size: 9pt;
		}
		
	#Blank {
		padding:0px;
		margin:0px;
		height:25px;
		clear: both;
		background:#FFF;
	}
	
	#Tabs {
		padding:0px;
		padding-top:3px;
		clear: both;
		text-align:center;
	}
	
	#Content {
	background-image:url(images/bg-drop.jpg);
		background-repeat:no-repeat;
		padding-right:20px;
		padding-left:20px;
		padding-bottom:20px;
	}
	
	#Chart {
	background-color:#FFFFFF;
	width:710px;
	}
	
	#ChartTop {
	background-image:url(images/bg-charttop.gif);
	background-repeat:no-repeat;
	height:19px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	float:left;
	width:691px;
	}
	
	#ChartCrn {
	height:19px;
	width:9px;
	float:left;
	text-align:right;
	}
	
	#ChartBottom {
	background-image:url(images/bg-chartbtm.gif);
	background-repeat:no-repeat;
	height:19px;
	float:left;
	width:701px;
	}
	
	#ChartCrnBottom {
	background-image:url(images/crn-chartrightbtm.gif);
	height:19px;
	width:9px;
	float:left;
	text-align:right;
	}
	
	#ChartBody {
	background-color:#FFFFFF;
	width:690px;
	padding:10px;
	clear:both;
	}
	
	 table {
	border:solid;
	border-color:#CCC;
	border-width:1px;
	border-collapse: collapse;
	padding:4px;
	font-size: 11pt;
	}
	
		 td {
	padding-left:6px;
	}
	

		

		
#footer {
		font-size: 8pt;
		background-color:#87c540;
		height:50px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
	}
#footerlogo {
		float:right;
	}

#banner a:link, 
#banner a:visited, 
#banner a:active
{
text-decoration: none; 
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}

#footer a:link, 
#footer a:visited, 
#footer a:active	
{
text-decoration: none; 
color: #FFF;
}

#footer a:hover, #banner a:hover
{
text-decoration: none;
color: #000000;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-weight: bold;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.buttonOn {
    background: transparent url('images/bg_button_a_on.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-weight: bold;
}

a.buttonOn span {
    background: transparent url('images/bg_button_span_on.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

-->
