@charset "UTF-8";

/* _____________________________________________________________________BASIC */

img{
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

.thin_image{
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1px;
}

p{
	margin:0px 0px 12px 0px;
	padding:0px;
}


.img_with_cap{
	margin:0px 0px 3px 0px;
}

.pic_caption_mini{
	margin:2px 0px 10px 0px;
}

.td_nowrap{
	white-space:nowrap;
}

.text_nowrap{
	white-space:nowrap;
}

/* _____________________________________________________________________ALIGN */

.align_center{
	text-align:center;
}

.align_right{
	text-align:right;
}

.f_right{
	float:right;
}

.f_left{
	float:left;
}

.right_image{
	margin:0px 0px 10px 10px;
	float:right;
}

.left_image{
	margin:0px 10px 10px 0px;
	float:left;
}

.f_clear{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:0px;
}

em{
	font-style:normal;
	font-weight:800;
}
