h1 {
	font-size: 16px;
	font-weight: normal;
	color: #a02819;
	padding-left: 20px;
	background-image: url(../images/square_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	border-bottom-color: #c69c6d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.red_bold {
	color: #BB2311;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #a02819;
	font-weight: normal;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	background-image: url(../images/tile_h32.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 25px;

}


hr {
	height: 1px;
	background-color: #c69c6d;
	color: #c69c6d;
	width: 100%;
}

.red_txt {
	font-size: 14px;
	color: #a02819;
	font-weight: normal;
}


.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c69c6d;	
	padding-left: 6px;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c69c6d;
	padding-right: 6px;	
}
.border_leftright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c69c6d;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c69c6d;	
	padding-left: 9px;
	padding-right: 9px;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c69c6d;
	padding-bottom: 8px;	
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c69c6d;
	padding-top: 5px;	
}
.border_bottom-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c69c6d;
	padding-bottom: 5px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c69c6d;
	padding-top: 5px;	
}
td {
	vertical-align: top;
}
.img_border {
	margin-left: 20px;
	border: 1px solid #c69c6d;
}
.img_border-left {
	margin-right: 20px;
	border: 1px solid #c69c6d;
}
.tenpx {
	font-size: 10px;
	line-height: 13px;
}
p {
	font-size: 11px;
}

.red_bold-big {
	color: #BB2311;
	font-size: 14px;
	font-weight: normal;
}
.txt-10px {
	font-size: 10px;
}

