/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td 
{ 
	margin: 0; 
	padding: 0; 
}

table 
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}

fieldset,img 
{ 
	border: 0 none; 
}

address,caption,cite,code,dfn,em,strong,th,var 
{ 
	font-style: normal; 
	font-weight: normal; 
}

ol,ul 
{ 
	margin: 1em 0; 
	margin-left: 40px; 
	padding-left: 0; 
}

ul 
{ 
	list-style-type: disc; 
}

ol 
{ 
	list-style-type: decimal; 
}

caption,th 
{ 
	text-align: left; 
}

h1,h2,h3,h4,h5,h6,p,th,td,div 
{ 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
}



/* VO CHART */

#wrapper
{
	width: 560px;
	margin: 0;
	border: 0 none;
	padding: 0;
	position: relative;
}

#chart-title
{
	color: #006396;	
	font-weight: bold;	
	font-size: 1.25em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

table
{
	width: 560px;
	height: 1px;
	table-layout: auto;
	margin: 0;
	border: 0 none;
	z-index: -10;
}

th
{
	height: 1px;
	overflow: hidden;
	visibility: visible;
	border: 2px solid white;
	padding: 0;
	background: white;
	text-align: center;
	vertical-align: middle;
	text-indent: 0;
	color: #5d8eb8;
	font-size: 0.85em;
	font-weight: bold;
}

td
{
	height: 1px;
	overflow: hidden;
	visibility: visible;
	border: 2px solid white;
	padding: 5px;
	background: #dde6f1;
	text-align: center;
	vertical-align: middle;
	text-indent: 0;
	font-weight: normal;
}

.left
{
	color: #333;	
	font-size: 0.75em;
	text-align: left;
	text-indent: 10px;
	width: 308px;
	white-space: nowrap;
}

.right
{
	color: #006396;	
	font-weight: bold;	
	font-size: 0.95em;
	width: 84px;
}

.x
{
	background-image: url("x.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.break
{
	background: white;
	line-height: 1px;
	border-top: 0 none;
	border-bottom: 0 none;
	padding: 0;
}

.strikethrough
{
	background: repeat-x left center url("blu_px.gif");
	padding: 0 8px;
	margin: 0 -8px;
}

#special
{
	display: block;

	background-color: #fff886;
	margin: 0;
	border: 0 none;
	padding: 2px 2px 0 4px;
	position: absolute;
	bottom: 25px;
	left: 323px;
	font-size: 1.35em;
	font-weight: bold;
	color: #000;
}

#footer
{
	width: 544px;
	margin-bottom: -22px;
	padding-left: 16px;
	color: #666;
	font-size: 0.65em;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	bottom: 0;

}















