@charset "UTF-8";
/* CSS Document */

.txt_red {
	color: #CC0000;
}
.txt_redTitle {
	color: #CC0000;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	height: 100%;
	width: 100%;
}
.img_rgt-bdr {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.img_bdr {
	border: 1px solid #333333;
}

