@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-print.css 900 2009-11-24 00:53:06Z jason.pelletier $ */

.no-print {
	display: none;
}

h1 {
	margin-top: 10px;
	font-family: Times, serif;
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	margin-top: 10px;
	font-size: 12pt;
	font-weight: bold;
}
h3,
p,
table,
ul,
ol {
	margin-top: 5px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
p,
li {
	font-size: 10pt;
	line-height: 1.3;
}
li {
	margin-top: 3px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
caption {
	display: none;
}
th, td {
	padding: 5px;
}
th, tbody td {
	border-bottom: 1px solid gray;
}
th {
	border-bottom-color: black;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
}
td {
	vertical-align: top;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a.inactive {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
