.table
{

	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
table.table th
{
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #999999;
	background: #E0E0E0;
	text-align: center;
	font-weight:bold;
	white-space: nowrap;
	padding:2;
	font-size: 12px;
}
table.table td
{
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #999999;
	padding:3px;
}
table.table img
{
	padding:0px;
	margin-right:1px;
	margin-bottom:-1px;
}


.title
{
	padding-left:30px;
	padding-right:30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 .5em 0;
}
.title_img
{
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}

.subtitle
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.text_body
{
	text-align: justify;
}

.text_body_left
{
	padding-left:6px;
	text-align: justify;
}


.body_border
{
	padding-left:12px;
	padding-right:12px;
}




