.headerfooter , .Menu_class, #menutable, #MainMenuBarID, #leftfillercolumn, 
#rightfillercolumn, #FastSwitchMenu, #navigation_top, #navigation_bottom {
	display: none;
}

.content {
	width: 100%;
	text-align: justify;
	font-family: verdana; 
	font-size: 10pt;
}

ul
{
list-style-type:square;
}

li
{
list-style-position: outside;
}

li.spaced
{
margin: 10px 0px;
}

#content_table
{
	width: 100%; 	
}

.barchartbreak
{
	page-break-after: always;	
}

textarea.formulario
{
	width:100%; 
	height: 3em; 
	overflow: auto;
}

table.improvement_plan
{
	font-family: verdana; 
	font-size: 10pt;
	width: 100%;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-align: left;
}

td.improvement_row_header
{
	width: 100%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-weight: bold;
}

td.improvement_row_filler
{
	width: 100%;
	border: 1px solid #000000;
	background-color: #ffffff;
}

td.improvement_col_header
{
	width: 30%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-weight: bold;
}

td.improvement_item
{
	width: 70%;
	border: 1px solid #000000;
	background-color: #ffffff;
}

td.improvement_item_col_header
{
	width: 70%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-weight: bold;
}

td.improvement_item_delete
{
	width: 30%;
	border: 1px solid #000000;
	background-color: #ffffff;
}

input.improvement_item
{
	width: 100%;
	border: 0px none #000000;
}

textarea.improvement_item
{
	width:100%; 
	height: 6em; 
	overflow: auto;
	border: 0px none #000000;
}

textarea.improvement_small_item
{
	width:100%; 
	height: 3em; 
	overflow: auto;
	border: 0px none #000000;
}

