/* CSS Document */
td, th, div, p, span, input, textarea, select, h1, h2, h3 {
	font-family: serif;
	cursor: default;
	font-size: 10pt;
	color: black;
}
input, select, textarea {
	background-color: #5C5C5C;
	border-style: solid;
	border-color: #6D6D6D;
	border-width: 1px;
	color: #A3A3A3;
}
p {
	margin-top: 0px;
}
a {
	color: black;
	text-decoration: none;
}
li {
	margin-bottom: 5px;
}
h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8pt;
	color: #1E7EBF;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #768F3A;
}
h3 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8pt;
	color: #666666;
}
blockquote {
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
}
.Print {
	display: block;
}
.Screen {
	display: none;
}