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


<!--
.BTR {
	 border-top:1px solid #cc0000;
	 border-right:1px solid #cc0000;
	 text-align:center;
	 vertical-align:middle;
	 background-color:#ffffff;
	 width:auto;
 }
.BTRB {
	 border-top:1px solid #cc0000;
	 border-right:1px solid #cc0000;
	 border-bottom:1px solid #cc0000;
	 text-align:center;
	 vertical-align:middle;
	 background-color:#eeeeee;
	 width:auto;
}
.BLRB {
	 border-left:1px solid #cc0000;
	 border-right:1px solid #cc0000;
	 border-bottom:1px solid #cc0000;
	 text-align:center;
	 background-color:#ffffff;
	 width:515px;
	 table-layout: fixed;
}
.BL {
	 border-left:1px solid #cc0000;
	 background-color:#ffffff;
	 text-align:center;
	 width:515px;
	 height:20px;
	 table-layout: fixed;
}
.botBL {
     border-left:1px solid #cc0000;
	 border-bottom:1px solid #cc0000;
	 background-color:#ffffff;
	 text-align:center;
	 width:515px;
	 height:20px;
	 table-layout: fixed;
}
-->

.title {
	line-height: 150%;
	font-weight: bold;
	padding-left: 10px;
}
.comment {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
