﻿.table {
	table-layout: auto;
	width: 435px;
}
.cell_head {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #800000;
	border: 1px solid #808080;
	height: 40px;
}
.section_heading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #800000;
}
.cell_text {
	border: 1px solid #808080;
	font-size: small;
	font-family: "Times New Roman";
	color: #000000;
	padding: 3px;
}
.indentedTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #800000;
	margin-left: 20px;
}
.indentedTxtCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-left: 15px;
}
.cell_textCopy {
	font-size: small;
	font-family: "Times New Roman";
	color: #000000;
	padding: 2px;
	font-weight: bold;
}
.cell_headCopy {
	font-size: small;
	font-weight: bold;
	text-align: left;
	color: #800000;
	border: 1px solid #808080;
	text-transform: uppercase;
}
