body
{	
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	color: rgb(0,0,0);
}

/* start header */

#header
{
	display: none;
}

/* end header */


/* start navigation*/

#navigation
{
	display: none;
}

/* end navigation */


/* rounded corner fix start */
#rounded_corner
{
	display: none;
	
}

#rounded_corner_right
{
	display: none;
	
}

/* end rounded corner fix */


/* start content area*/
#content_area
{
	width: auto; 
	margin-left: 10%;
	padding: 0; 
	border: 0;
	float: none !important;
	background: transparent;
}

#sidebar_secondary_information
{	
	display: none;
}

#footer
{
	display: none;
	
}

a:link, a:visited {
	color: color: rgb(150,150,150);;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#content_wrap a:link:after, #content_wrap a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/* end basic content style*/


/* tertiary info */

#tertiary_info
{
	display: none;
}

/* end tertiary info */

/* table styles */
.label
{
	background-color: rgb(90,90,90);
	color: rgb(255,255,255);
	font-weight: bold;
	
	padding-right: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.label_secondary
{
	background-color: rgb(90,90,90);
}

.row_colored
{
	background-color: rgb(180,180,180); 
}

.table_title
{
	color: rgb(0,0,0);
}
