@charset "utf-8";
.cell_plain {
	background-color: #CCCCCC;
}

.cell_numbered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-align: left;
	padding-right: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.cell_boxed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	border: thin solid #000000;
}
.cell_rt_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.cell_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	border: thin none #333333;
}

.headline1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF7F08;
	background-color: #CCCCCC;
	text-align: left;
	padding: 4px;
	background-position: top;
	vertical-align: top;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}
.subhead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
	text-align: left;
	padding: 4px;
	background-position: top;
	font-style: italic;
}
.text_numbered {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 4px;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: normal;
}
.text_lettered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	padding: 4px;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.cell_lft_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
