body {
	background: #800000;
	color: #000000;
	font-family: "Times New Roman", serif;
}

a {
	text-decoration: none;
	color: #00005A;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}


	span.title_line1 {
		color: #CFB53B;
		font-size: 18pt;
	}
	
	span.title_line2 {
		color: #CFB53B;
		font-family: "Arial", sans-serif;
		font-size: 10pt;
		font-weight: normal;
	}


table {
	width: 640px;
	height: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	background: white;
	font-size: 12pt;
}

td.sidebar {
	width: 150px;
	border-right: 1px solid black;
	padding-right: 12px;
	padding-left: 2em;
	/*font-weight: bold;*/
}

td.article {
	width: auto;
	padding-left: 10px;
	padding-right: 2em;
}

div.hline {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

	span.subtitle {
		color: #800000;
		font-style: italic;
	}
	
	div.header {
		color: #800000;
		font-style: italic;
		width: 100%;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid black;
	}

	div.date {
		text-align: right;
		font-style: italic;
		font-weight: normal;
	}
	
	div.article_title {
		font-size: 18pt;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	span.dropcap {
		font-size: 18pt;
		font-style: italic;
	}
	
	div.signature {
		font-size: 14pt;
		font-style: italic;
		padding-bottom: 1em;
	}
	
	div.copyright {
		font-family: "Arial", sans-serif;
		font-style: italic;
		font-weight: normal;
		font-size: 10pt;
		padding-bottom: 1em;
	}

	div.footer {
		width: 100%;
		padding-top: 5px;
		margin-top: 5px;
		border-top: 1px solid black;
	}