.textcontent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color: #ffffff;
	text-align: justify;
	width: 705px;
	line-height:1.6;
	padding-left: 10px;
	padding-right: 10px;
}
.textcontent a:link		{ color: #2D497A; }
.textcontent a:visited	{ color: #496494; }
.textcontent a:hover		{ color: #E7C483; }

.textcontent img {
	border-color: #000000;
}

.textcontent h3 {
	padding: 1px 3px;
	margin: 0 0 5px 0;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	font-weight: bold;
}
.textcontent h4 {
	padding: 1px 3px;
	margin: 0 0 5px 0;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: bold;
}

.textcontent table {
	border-style: none;
}

.textcontent .stdtable {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #f8f8f8;
}
.textcontent .stdtable th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #dddddd;
}
.textcontent .stdtable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
}

.textcontent .invtable table {
	border-style: none;
}

.textcontent li {
	margin-left: 30px;
	padding-left: 0px;
}

.textcontent ul {
	margin-left: 0px;
	padding-left: 0px;
}
