/* ------------------------------ RESET ---------------------------- */

p, ul, ol, li, blockquote, table, form, h1, h2, h3, h4 {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: justify;
}

/* ------------------------------ Tags ----------------------------- */

a img {
	border: none;
	padding: 3px 0 5px 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #000000;
	background: #fff;
}

#safety {
	background: #fff url(http://www.comtechservices.net/images/osha_nate_logo.jpg) no-repeat 40% 100%;
}	

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #000;
}

h2 {
    color: #000;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

ul li {
	margin-left: 20px;
}

.float {
	float: right;
}
