@charset "UTF-8";
body {
	margin: 20px;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
table {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.noStroke table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	vertical-align: text-top;
}
tr {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 10px;
	margin: auto;
	border: 1px solid #999999;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}
h6 {
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
	line-height: 1em;
}
.noStroke table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

