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

.chapter_info_row_object {
	width:		1028px;
	height:		30px;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	font-size:	10px;
	border-bottom:	1px solid #610229;
	float:left;
}

.chapter_info_row_object .chapter_info_items {
	height:		29px;
	float:		left;
	margin-right:	1px;
	padding-top:	1px;
}

.chapter_info_row_object .chapter_left {padding-left:10px;} /*For left-aligned text*/
.chapter_info_row_object .chapter_center {text-align:center}/*For center-aligned text*/
.chapter_info_row_object .large_font {padding-top:5px; font-size:11px; height:25px}
.chapter_info_row_object img {padding-top:6px;}

.chapter_info_row_object .chapter_info_spacer {width:28px;height:14px;float:left;}
.chapter_info_row_object .chapter_info_name {width:208px;}
.chapter_info_row_object .chapter_info_members {width:79px;}
.chapter_info_row_object .chapter_info_city {width:159px;}
.chapter_info_row_object .chapter_info_adress {width:208px;}
.chapter_info_row_object .chapter_info_web {width:48px;}
.chapter_info_row_object .chapter_info_phone {width:110px;}
.chapter_info_row_object .chapter_info_contact {width:123px;}
.chapter_info_row_object .chapter_info_email {width:35px;margin:0px;}


