/* CSS Print Document */

body {
	color: #000;
	font:	medium/1.5 "Times New Roman", Times, serif;
	background: none;
	}
p {
position: relative;
text-align: justify
}

#content {
	width: auto !important;
	margin: 0 5%;
	padding: 0;
	border: 0;
}

h1 {
	position: relative;
	text-align: center;
	font: large "Arial Black", Arial, "Helvetica Neue Bold Condensed", "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
	position: relative;
	font: bold medium "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3 {
	position: relative;
	font: italic medium "Trebuchet MS", Verdana, Arial, sans-serif;
}

a:link {  
color: #000000; 
text-decoration: none
}

a:visited {  
color: #000000; 
text-decoration: none
}

ul {
color: #000000;
list-style-position: outside;
font-weight: normal
}

#menu {
	float:none;
	clear:none;
	display: none;
}

#crumbs {
display: none
}
