BODY	{
		background-color:#ffffff;
		}

TD	{
	text-align: justify;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	}

TD.chart {
	text-align: justify;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	}

TD a 
	{
	color: #333333;
	text-decoration: none;
	}

TD a:hover
	{	
	color: #000000;
	text-decoration: underline;
	}



H1 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: underline
	}
	
H2 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: normal;
	text-decoration: underline
	}

H3 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffcc66;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	text-align: center;
	}

H4 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	}

H5 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6699cc;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	}

H6 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6699cc;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	text-align: center;
	}

H7 {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: normal;
	text-align: center;
	}
		
.smalltext
	{
	text-align: center;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	}
	
.smalltext a 
	{
	color: #333333;
	text-decoration: none;
	}

.smalltext a:hover
	{	
	color: #000000;
	text-decoration: none;
	}

.ninepttitletext
	{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	}

.nineptcontenttext
	{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	}

.tenpttitletext
	{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	}

.tenptcontenttext
	{
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	}

.tenptcontenttext a 
	{
	color: #333333;
	text-decoration: none;
	}

.tenptcontenttext a:hover
	{	
	color: #000000;
	}


.textcenter
	{
	text-align: center;
	}
	
.textleft
	{
	text-align: left
	}
	
/*CSS for enlarged image thumbnail-right*/
.thumbnail-right{
position: relative;
z-index: 0;
}

.thumbnail-right:hover
	{
background-color: transparent;
z-index: 50;
}

.thumbnail-right span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

.thumbnail-right span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail-right:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}


/*CSS for enlarged image thumbnail-left*/

.thumbnail-left{
position: relative;
z-index: 0;
}

.thumbnail-left:hover
	{
background-color: transparent;
z-index: 50;
}

.thumbnail-left span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

.thumbnail-left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail-left:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -300px; /*position where enlarged image should offset horizontally */
}
