body
{
	font-family: verdana, sans-serif;
	color: #000;
	background: #fff;
	}

/* logo -------------------------------------------------- */

.logo { 
	display: none;
	}


/* navigation -------------------------------------------- */

.nav { 
	display: none;
	}

.pagenav { 
	display: none;
	}

/* block ------------------------------------------------- */
/* Text: Use points for print styling                      */


.main { 
	width: auto; 
	border: 0; 
	float: none !important;
	}

p, li { 
	font-family : verdana, sans-serif;
	font-size : 10pt;
	color: #000;
	background: #fff;
	}

a:link, a:visited { 
	font-family : verdana, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000;
	background: #fff;
	text-decoration: underline;
	}

/* for gecko-based drowsers: adds the url after the link  

.main a:link:after { 
	content: " (" attr(href) ") ";
	}
	
*/

.small { 
	font-family : verdana, sans-serif;
	font-size : 8pt;
	color: #000;
	background: #fff;
	}

/* stuff -------------------------------------------- */

.greyline { 
	display: none;
	}

.topline { 
	display: none;
	}

.darkgrey { 
	display: none;
	}

.acro { 
	display: none;
	}


