@charset "UTF-8";
/* CSS Document */

/* Remove unwanted elements */
/* Change text colour to black (useful for light text on a dark background) */
body 
{
color: #000;
}
a:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#header, #sidebar1, #footer, .noprint
{
display: none;
}

h1, h2, h3
{
	color: #000;
}

.csag #mainContent th 
{
	color:#000;
	font-size:14px;
}


/* Ensure the content spans the full width */
.csag #container
{
	width: 100%;
	margin: 0;
	padding: 0;
	border:hidden;
}

.csag #mainContent { 
	margin: 0 10px 0px 10px;
	padding: 0; 
	border: 0;
 }
 

.csag #mainContent td, #mainContent th {
	 width: 0;
 }
 
