h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

h1
{
	padding: 0px 0px 20px 0px;
}
h2
{
	padding: 0px 0px 10px 0px;
}

.table_1
{
	width: 100%;
	border-collapse: collapse;
}
.table_1 .td_left
{
	width: 385px;
}
.table_1 .td_left_bottom
{
	vertical-align: bottom;
}
.table_1 .td_right
{
	text-align: right;
}
.table_1 img
{
	border: solid 1px #ffc721;
}



.table_3
{
	border-collapse: collapse;
}
.table_3 .td_bottom_right
{
	border-bottom: dotted 1px #ffc721;
	border-right: dotted 1px #ffc721;
	padding: 5px 10px 5px 0px;
}
.table_3 .td_bottom
{
	border-bottom: dotted 1px #ffc721;
	padding: 5px 0px 5px 10px;
}
.table_3 .td_rightborder
{
	border-right: dotted 1px #ffc721;
	padding: 5px 10px 5px 0px;
}
.table_3 .td_noborder
{
	padding: 5px 0px 5px 10px;
}