.text_bold
{
	font-weight: bold;
}
.text_italic
{
	font-style: italic;
}

.text_title
{
	font-size: 150%;
}
.text_larger
{
	font-size: 120%;
}
.text_smaller
{
	font-size: 90%;
}
.text_line
{
	text-decoration: line-through;
}

.text_error
{
	color: #FF0000;
}

.text_blockquote
{
	padding: 10px;
}


.text_align_right
{
	text-align: right;
}
.text_align_center
{
	text-align: center;
}

.text_color_orange
{
	color: #FF6600;
}