/*
-----------------------------------------------
ESPG Print Master
20060113
----------------------------------------------- */


/*
see bectuscreen.css for explanation of overall css structure
*/

/* Imported Styles
----------------------------------------------- */


@import url("tables.css");
@import url("misc.css");
@import url("home.css");



/* amend classes for print
----------------------------------------------- */


body	{
	background-color : #ffffff; 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	margin : 0;
	padding : 0;
	}

a {
  color:black;
  text-decoration:none;
  }
  
a img {
  border-width:0;
  }
  
	
h1, h2, h3, h4, h5, h6  {
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold;
	}
	
	
.invisible, .invisible a {
	 display: none;
	 }

#contentall     {
	width : 475px;
	}
	
#section   {	
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 17px;
	font-weight : bold;
	margin-top : 5pt;
	}
	
.date { 
	font-weight : bold; 
	margin-bottom : 10pt;
	margin-top : 20pt;
	}

#navmain, #navmainlinks, #search, #navsublinks  {
	display: none;
	}


/* amend info.css */

#info {
	display: none;
	}
	
	
/* below added 20050105  */

/*
.bodytext {
	font-family : Arial, Helvetica, sans-serif; 
	}
	
.bodytextnews {
	font-family : Arial, Helvetica, sans-serif; 
	}
*/






/* 
mins and agenda for committee 
*/

.agenda {
	line-height: 170%
	}
	
.mindate  {
	font-size : 8px; 
	}
	
.action  {
	padding : 0px 0px 0px 2px;
	}
	



/*
Committee action points
20060112
*/


.action {
	background-color: #9e9393;
	}
	
