body {
	margin: 0px; 
	padding: 0px;
	color: #fff; 
	background-color: #f2f2f3; 
	font-family: Tahoma, Geneva, sans-serif
	font-size: 12px;
}
table {
	padding: 0; 
	margin: 0; 
	font-family: Tahoma, Geneva, sans-serif
}
a, a:visited {
	color: #444146;
/*	font-weight: bold; */
	text-decoration: none;
}
a:hover {
	color: #444146;
	font-weight: bold; 
	text-decoration: underline;
}
a table:hover {
	color: #444146;
	font-weight: bold; 
	text-decoration: underline;
}
.cleaner {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}
.cleaner-left {
  clear: left;
  display: block;
  height: 1px;
  overflow: hidden;
}
hr {
	border: none;
	border-top: 1px solid #E7E7E8;
	height: 1px;
	padding-bottom: 0px;
}
hr.big {
	border: none;
	border-top: 10px solid #E7E7E8;
	height: 0px;
	margin-top: 15px;
	padding-bottom: 7px;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	color: #fff;
}
h2 {
	font-size: 16px;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
	color: #006f54;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 20px;
	margin: 0px 0px 5px 0px;
}
#info {
	width: 542px;
	font-size: 12px; 
	color: #444146; 
	margin: 15px 0;
}
#info th {
	background-color: #bed12f; 
	padding:5px 10px 0px 10px; 
	border: 1px solid #f2f2f3;
	line-height: 18px;
}
#info td {
	background-color: #fff; 
	padding:0 10px; 
}
.text_justified {
	text-align: justify; 
	margin: 10px 0;
	line-height: 18px;
}
.text_left {
	text-align: left; 
	margin: 10px 0;
	line-height: 18px;
}
.title {
	text-align: right; 
	margin: 10px 0;
	line-height: 18px;
	font-weight: bold;
}
