/* Generic Styles */

body{
	margin: 5%; 
	padding: 0;
	font: 9pt/1.7 Georgia, serif; 
    background-color: white;
	width: 90%;
}


h1{
	font-size: 18pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: black;
}

h2{
	font-size: 14pt;
	font-weight: normal;
}

h3{
	font-size: 11pt;
	font-weight: normal;
}

h4{
	font-size: 10pt;
	font-weight: normal;
}

input, textarea, select{
	font-family: Georgia, serif; 
	font-size: 10pt;
	display: block;
	width: 100%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

input.button{
	width: 40%;
	display: inline;
	margin-top: 1em;
}

input.checkbox, input.radio{
	width: 10%;
	display: inline;
}

fieldset{
	margin-top: 1em;
}

strong{
	font-weight:bold;
}

blockquote{
	font-style: italic;
}

strong{
	font-weight:bold;
}

blockquote{
	font-style: italic;
}

p{
	margin: 0;
	padding: 0;
	margin-bottom: 0.75em;
}

a{
	color: #00F;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ")";
	text-decoration: underline;
}

dt{
	font-weight: normal;
}

dd{
	margin-bottom: 1em;
}

#skipnavigation, #menu, #usermenus, .notforprinting, #healthsafetylogo, 
#gisclogo, #royalcrescent, #productsacrobat, .newsdocument, .healthsafetylogoaboutpage,
#acrobatimage{
	display:none;
}

#footer{
	margin-top: 2em;
	font-size: 8pt;
}

img{
	border: none;
	margin: 1em;
}
