/* CSS Document */

.text_b {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	line-height:130%;
}
.text_red {
	color: #FF0000;
	font-size: 11px;
	line-height:130%;
}
.text_redb {
	font-weight: bold;
	color: #FF0000;
	font-size: 11px;
	line-height:130%;
}
.text_black {
	color: #000000;
	font-size: 11px;
	line-height:130%;
}

.text_12red {
	color: #FF0000;
	font-size: 12px;
	line-height:130%;
}

.text_12redb {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	line-height:130%;
}

.text_12b {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	line-height:130%;
}

.text_12 {
	font-size: 12px;
	line-height:130%;
}

.text_12_white {
	color: #ffffff;
	font-size: 12px;
	line-height:130%;
}

.text_white {
	color: #ffffff;
	font-size: 11px;
	line-height:130%;
}
.text_w {
	color: #FFFFFF;
}

.text_whiteb {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	line-height:130%;
}

.text_green {
    color: #339933;
	font-size: 11px;
	line-height:130%;
}

.text_greenb {
	font-weight: bold;
    color: #339933;
	font-size: 11px;
	line-height:130%;
}

.text_12_green {
    color: #339933;
	font-size: 12px;
	line-height:130%;
}

.text_12_greenb {
	font-weight: bold;
    color: #339933;
	font-size: 12px;
	line-height:130%;
}


.text_brown {
    color: #771a09;
	font-size: 11px;
	line-height:130%;
}

.text_brownb {
	font-weight: bold;
    color: #771a09;
	font-size: 11px;
	line-height:130%;
}

.text_12_brown {
    color: #771a09;
	font-size: 12px;
	line-height:130%;
}

.text_12_brownb {
	font-weight: bold;
    color: #771a09;
	font-size: 12px;
	line-height:130%;
}


.text_wine {
    color: #c0211e;
	font-size: 11px;
	line-height:130%;
}

.text_wineb {
	font-weight: bold;
    color: #c0211e;
	font-size: 11px;
	line-height:130%;
}

.text_12_wine {
    color: #c0211e;
	font-size: 12px;
	line-height:130%;
}

.text_12_wineb {
	font-weight: bold;
    color: #c0211e;
	font-size: 12px;
	line-height:130%;
}
.text_14{
	font-size: 14px;
	line-height:130%;
}

.text_20{
	font-size: 20px;
	line-height:130%;
}

.text_20b {
	font-weight: bold;
    color: #000000;
	font-size: 20px;
	line-height:130%;
	margin-bottom:20px;
}
.text_10 {
	font-size: 10px;
}
.text_italic {
	font-style: italic;
}
.text_serif {
    font-family:Georgia, "Times New Roman", Times, serif;
}
.text_uline {
    text-decoration:underline;
}