@charset "UTF-8";
/* CSS Document */
.margin_b10 {
	margin-bottom:10px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_b5 {
	margin-bottom: 5px;
}

.txt11 {
	font-size: 11px;
}

.color_669900 {
	color: #669900;
}

.color_red {
	color: #F00;
}

.color_blue {
	color: #069;
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

/* IMPORTANT */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
