/* diesel database.com print style sheet */
/* tag elements *********************************************************************************/
html, body {
	margin:0;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	font-size:10pt;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 15pt;
}
h4 {
	font-size: 12pt;
}
h5, h6 {
	font-size: 10pt;
}
img {
	padding: 3pt;
}
a{
	text-decoration: none;
}
.pic {
	padding:5px;
	float:right;
}
.no_print {
	display: none;
}

/* article objects ****************************************/
#content .art img {
	padding:5px;
}
#content .art .pic {
	float:right;
}
#content .art br {
	clear:both;
}

/* template objects ****************************************/
#network_bar {
	display: none;
}
#logo_bar {
	display: none;
}
#link_bar {
	display: none;
}
#left_bar {
	display: none;
}
#content {
	position: relative;
	/*margin-top: 20 pt;
	margin-left: 5pt;*/
	text-align: justify;
	width: 99%;
}
#site_bar {
	clear: both;
	text-align: center;
	font-size: 80%;
	width: 99%;
}
