@import "style_common.css";

*
{
	background : none;
	border     : none;
	color      : black;
}

div#printOnly
{
	padding : 1em;
	margin  : 1em;
	width   : 100%;
	border  : 1px solid black;

	background : yellow;
	text-align : left;
}

body  { margin : 4em 12em;  }
#main { width  : 100%; }

body, td
{
	font-family     : "Times New Roman", serif;
	font-size       : 12px;
}

#banner, #menu, .sidebar, #footer, div.links 
{
	display : none;
}

#crumbs
{
	margin-top: 2em;
}

#main a, #main a:visited, #main a:active
{
	text-decoration : underline;
	background      : white url("images/aoutside.gif") center right no-repeat;
}

.embeddedMenu a, div#crumbs a
{
	text-decoration : none !important;
	background      : none !important;
}
