
body {
	background-color: white;
	color: black;
	font-family: "Trebuchet MS", trebuchet, "Bitstream Vera Sans", Arial, sans-serif;
/*
	font-family: "Trebuchet MS", trebuchet, "Bitstream Vera Sans", Arial, sans-serif;
	font-family: trebuchet, "Bitstream Vera Sans", Arial, sans-serif;
	font-family: Arial, sans-serif;
*/
	font-size: 9pt;
}

table.main-table {}

table.main-table td {
	font-size: 9pt;
}

table.main-table td.left-column {
	font-size: 9pt;
	width: 250px;
	padding: 0;
	padding-top: 0.5em;
	text-align: center;
}

table.main-table td.left-column h1, table.main-table td.left-column h2, table.main-table td.left-column h3, table.main-table td.left-column h4, table.main-table td.left-column h5, table.main-table td.left-column h6 {
	margin: 0.25em 0;		padding: 0;
	font-weight: bold;
}

table.main-table td.left-column h1 { font-size: 14pt; }
table.main-table td.left-column h2 { font-size: 12pt; margin-left: 0.5em; }
table.main-table td.left-column h3 { font-size: 10pt; margin-left: 0.75em; margin-bottom: 0; }

table.main-table td.left-column p {
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

table.main-table div.left-column-dark {
	color: white; 	background-color: #333;
}

table.main-table div.left-column-outline {
	color: black; 	background-color: white;
	border: 1px solid black;
	margin-bottom: 1em;
	padding: 0.75em;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}



