/* @override http://tfs.m/innards/style/print.css */
html{
	margin: 0;
	border: none;
	padding: 0;
}

*{
	color: #444;
	background: white;
}
a{
	text-decoration: none;
	border-bottom: dotted #888 1pt;
}

/* @group Gross Style */
	
	body {
		border: none;
		margin: 0;
		padding: 0;
		font-size:100%;
		font-family: 'century schoolbook',times,'times new roman', serif;
	}

/* @end */

/* @group Head & P Style */

h1,h2{
	/*text-shadow: #ffc 0px 0px 9px;*/
}
h1,h2,h3,h4,h5,h6{
}
h1,h2,h3{
}
h4,h5,h6{
	text-align:left;
}
h1{
	font-size: 1.45em;
}
h2{
	font-size: 1.35em;
}
h3{
	font-size: 1.25em;
}
h4{
	font-size: 1.15em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1.05em;
}

/* @end */
address{
	margin-left: 1em;
}
#Accessibility,.non-print,.screen-only{
	display: none;
}
ins,del{
	text-decoration: none;
}
del{
	display: none;
}
