/* Some inspiration from undohtml.css - (CC) 2004 Tantek Celik. Some Rights Reserved. */
a:link,a:hover,a:visited {text-decoration:none;}
html, body, img, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, legend, a, button, input, select, textarea {margin:0;padding:0;border:0;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
a img,:link img,:visited img {border:none;}


body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

h1, h2, h3{
	font-weight:bold;
	color:#000;
}

h1{
	font-size:1.4em;
	line-height:1.5em;
	border-bottom:1px solid #dcdbda;
	padding:25px 0 0 0;
}

h2{
	font-size:1em;
	line-height:1.25em;
	padding:15px 0 5px 0;
}

p{
	font-size:0.85em;
	line-height:1.2em;
	padding-top:10px;
}

a:link{
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.bold{
	font-weight:bold;
}

.emph{
	font-weight:bold;
	font-size:1.05em;
	line-height:1.05em;
	margin-top:15px;
}

hr{
	color: #dcdbda;
	background-color:#dcdbda;
	height:1px;
	border:0;
	margin-top:10px;
}

ul{
	font-size:0.85em;
	line-height:1.2em;
}

div#print_header p{
	font-size:1.2em;
	font-weight:bold;
	margin:-15px 0 20px 0;
}

div#header_logos{
	display:none;
	}

#img_adobe{
	display:none;
}

#img_acuga{
	display:none;
}

div#nav{
	display:none;
}

div#content{
	width:95%;
	padding-left:5px;
}

div#content ul{
	padding:10px 0 10px 20px; 

}

div#content li{
	list-style-type:circle;
	padding-left:5px;
}

div#content img{
	float:right;
	padding:10px 0 10px 25px;
}

div#footer{
	color:#666;
	font-size:0.7em;
	padding:50px 10px 0 0;
}
