/* NOT NEEDED */
tr.linkbar, td.designby, td.shadow, .splash, #unitedway {
	display: none;
}

/* ALL */ 
body {
	background: white; 
	font-size: 12pt;
}

a:link, a:visited {
   	color: black;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
}
.line {
	border-top: 1px dashed #8C8C8C;
	padding-top: 0.5em;
}
.Lcolumn {
	padding-right: 0px;
}
.Rcolumn {
	padding-left: 0px;
}
.column {
	padding-left: 0px;
	padding-right: 0px;
}
#titleheader {
	text-align: center;
	visibility: visible;
}
h1 {
	text-align: left;
	font: 15px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000;
}

/* TABLES */
#main {
	border-width: 0px;
}
#header {
	text-align : center;
}

/* ROWS */

/* COLUMNS */
td.header_right {
	vertical-align: middle;
}
td.content {
	padding-left: 0;
	padding-right: 5em;
	padding-top: 0;
	padding-bottom: 0;
}
td.footer {
	background-color: #FFFFFF;
}
td.copyright {
	text-align: left;
	font-size: 11px;
	vertical-align: middle;
}    
td.shadow {
	width: 0;
}      

/* CHART */
#chart {
	background-color: #fff;
	width: 51em;
}
td.chart_heading1 {
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
}
td.chart_heading2 {
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	text-align: center;
}
td.chart_content {
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	text-align: center;
}