@charset "utf-8";
/* CSS Document */
.txtDetail {
	color: #555555;
}
.minHeight {
	min-height:400px;
}
.barBanner {
	background: none repeat scroll 0 0 #6c95bb;
}
.fontBanner {
	color: #FFFFFF;
}
.remark {
	color: #FF0000;
}
.text-size-16 {
	font-size: 0.96rem;
}
.text-size-18 {
	font-size: 1.1rem;
}
.text-size-40, .text-l-size-40 {
  font-size: 40px !important;
  line-height: 1.4;
}
.margin-left-20 {
  margin-left: 20px !important;
} 
.margin-left-50 {
  margin-left: 50px !important;
} 

.tdColor {
	background: #F3E5E5;
	vertical-align: text-top;
	border: 1px solid #FFFFFF;
}
.tdNoColor {
	background: #FFFFFF;
	vertical-align: text-top;
	border: 1px solid #E7E8E1;
}

.txtForm {
	text-align: right;
	padding-right:20px;
}
.iGreen {
	color:#006600;
}
.txtRegis { 
	color: #996600;
}
.txtP {
	color:#444;
}
.hilight {
	background-color: #33FF00;
}
.iPurple {
	color:#660099;
}
.iBrown {
	color: #663300;
}
.iBlue {
	color:#0000FF;
}


@media screen and (max-width: 480px) {
	.fontBanner {
		font-size: 1rem;
	}
	h2 {font-size:1.2rem;} 
	#fourth-block {
	  padding:1.5rem 0;
	}
	.top-nav2 {display: none;}
	.txtForm {
		text-align: left;
		margin-bottom: 10px;
	}
}