/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:767px; height:110px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:767px; height:110px; 
	clip:rect(0px, 767px, 110px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
	
BODY
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	BACKGROUND: #C5E6F2;
	
	text-align:center;
}
table.format {
margin:5px;
padding:5px;
font-size:.9em;
margin-bottom:40px;
text-align:top;
vertical-align:middle;
} 

TD
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10pt;
	FONT-STYLE: none;
	COLOR: #4343AB;
	BACKGROUND: #C5E6F2;
}

.tdWhite
{
	BACKGROUND: #FFFFFF;
}
.tdGreen
{
	BACKGROUND: #98d25a;
}
.tdBlue
{
	BACKGROUND: #4ec8ef;
}
.Copyright
{
	FONT-SIZE: 8pt;
}.Bold
{
	FONT-WEIGHT: bold;
}
.DivLine
{
	BACKGROUND: #C7C7E6;
}
.seo_text
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 7pt;
	FONT-STYLE: none;
	COLOR: #ffffff;
	BACKGROUND: #C5E6F2;
}
