@charset "utf-8";
#Content  p {
	padding-top: 10px;
	padding-left: 10px;
}
#Content ul {
	padding-left: 25px;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Content ol {
	padding-left: 30px;
	list-style-type: decimal;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Content h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#Content h1.csc-firstHeader  {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 25px;
}
#Content table {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 650px;
}
#Content th {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#Content td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#Content img {
	padding: 15px;
}
#Content a {
	color: #CC0000;
	text-decoration: underline;
}
#Content a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-style: italic;
}

div.csc-textpic-imagewrap {
         padding-top: 10px;
         padding-right: 15px;
         padding-bottom: 10px;
         padding-left: 15px;
}
