@charset "UTF-8";
/* CSS Document */

.margin_b2 {
	margin-bottom: 2px;
}

.margin_b5 {
	margin-bottom: 5px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_b30 {
	margin-bottom: 30px;
}

.margin_b40 {
	margin-bottom: 40px;
}

.margin_t10 {
	margin-top: 10px;
}

.txt11 {
	font-size: 11px;
}

.txt10 {
	font-size: 10px;
}

.red {
	color: #F00;
}

.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;
}

