@charset "UTF-8";
/* CLASSES */

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

.txt11 {
	font-size: 11px;
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.strong_underline {
	font-weight: bold;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.title_header {
	color: #FFF;
	font-size: 14px;
}

.currentlink {
	color: #FC0;
	text-decoration: none;
}

.margin_t10 {
	margin-top: 10px;
}

.margin_b5 {
	margin-bottom: 5px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_l20 {
	margin-left: 20px;
}

.margin_l30 {
	margin-left: 30px;
}

.margin_l20b5 {
	margin-left: 20px;
	margin-bottom: 5px;
}

.margin_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.red {
	color: #F00;
}

.blue {
	color: #069;
}

