@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-print.css 65 2009-03-01 03:23:02Z jason.pelletier $
 */

.no-print {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 16px;
	font-weight: bold;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
h4,
h5,
h6 {
	font-size: 12pt;
}
p,
ul,
ol,
dt {
	margin-top: 10px;
}
p,
li,
dd {
	font-size: 12pt;
}
dt {
    font-size: 9pt;
    color: gray;
}
li,
dd {
	margin-top: 3px;
}
li {
	margin-left: 25px;
	list-style: disc;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

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;
}
ul.action {
	display: none;
}

/* BUTTONS */
a.button {
	display: none;
}
