/* CSS Document */

/* Content */
body, div, span, p, td, input, select, textarea {
	color: black;
	font-size: 9pt;
	font-family: sans-serif;
}
a {
	color: navy;
}
h1, h2, h3, h4 {
	color: #6D0F0F;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
}
div .Break {
	color: white;
	background-color: white;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-style: dashed;
	border-top-color: silver;
	border-top-width: 1px;
}