.note {
	font-size: 85%;
	color: #FF0000;
	font-weight: normal;
}
.note_fontsize_and_color {
	font-size:100%!important;
	font-weight: bold;
	color: #FF0000;
}
.font_red {
	color: #FF0000;
}
.font_ore {

	color: #FF9900;
}
.font_red_big {
	color: #FF0000;
	font-weight: bolder;
}
.font_oreB {
	color: #FF9900;
	font-weight: bold;
}
.font_bold {
	font-weight: bold;
}
.font_italic {
	font-style: italic;
}
.txtCenter {
	text-align: center!important;
}
.blog_date {
	text-align: right;
	color: #FF6600;
	margin: 0px!important;
	font-weight: bold;
	clear: both;
}
.font_size{
	font-size:100%!important;
	}
.notes {
	background-image: url(../img/common/decoration/notes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 30px;
	font-size: 80%;
	line-height: 160%;
}
.small {
	font-size: 80%;
}

.font_cate {
	font-size: 85%;
	font-style: italic;
	padding-left: 10px;
}


