h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EC741D;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
a {
	color: #C42633;
	text-decoration: none;
}
a:link {
 	color: #C42633;
}
a:visited {
	color: #C42633;
}
a:active {
	color: #C42633;
	text-decoration: underline;
}
a:hover {
	color: #C42633;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text a:link {
	color: #000000;
	text-decoration: underline;
}
.text a:visited {
	color: #000000;
	text-decoration: underline;
}
.text a:active {
	color: #000000;
}
.text a:hover {
	color: #C42633;
	text-decoration: underline;
}
.text_j {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C6B61;
}
.green a:link {
	color: #4C6B61;
	text-decoration: underline;
}
.green a:visited {
	color: #4C6B61;
	text-decoration: underline;
}
.green a:active {
	color: #4C6B61;
}
.green a:hover {
	color: #C42633;
	text-decoration: underline;
}

.table {
	border-color: #4C6B61;	
	border-width: 1px;
    border-style: solid;
}




