
.normal { color: #333; font-size: 12px; line-height: 16px; text-decoration: none }
.bigboldwhite { color: #fff; font-weight: bold; font-size: 14px; text-decoration: none }
.bold { color: #333; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.boldred    { color: #f03; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.boldwhite { color: #fff; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.boldbrown { color: #960; font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: none }
.bigboldbrown { color: #960; font-weight: bold; font-size: 14px; line-height: 16px; text-decoration: none }
.normalbrown { color: #960; font-size: 12px; line-height: 16px; text-decoration: none }
.small { color: #333; font-size: 10px; line-height: 15px; text-decoration: none }
 a { color: #039; text-decoration: underline }
a:hover  { color: #09f; text-decoration: underline }

.pdB1{padding-bottom:1em;}
.pdB2{padding-bottom:2em;}
.pdB3{padding-bottom:3em;}
.pdT1{padding-top:1em;}
.pdT2{padding-top:2em;}
.pdT3{padding-top:3em;}

.txaL{text-align: left;}
.txaR{text-align: right;}
.txaC{text-align: center;}


.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}

.clearfix {
	display:inline-block;
	}


.flL {
	float:left;
	}

.flR {
	float:right;
	}
.flLImg{
	float:left;
	margin:0px 8px 8px 0px;
}
.flRImg{
	float:right;
	margin:0px 0px 8px 8px;
}
