/* text size
===============================================================*/
.small{
	font-size:10px;
	line-height:1.6;
}

.medium{
	font-size:12px;
	line-height:1.6;
}

.large{
	font-size:14px;
	line-height:1.6;
}

.non_lh{
	line-height:1.2 !important;
}


/* text color
===============================================================*/
.tx_blue{
	color:#0050b4;
}

.tx_blue2{
	color:#204375;
}

.tx_blue3{
	color:#124da1;
}

.tx_orange{
	color:#ff6600;
}

.tx_red{
	color:#ff0000;
}

.tx_red2{
	color:#ee0000;
}


/* link text
===============================================================*/
a:link,
a:visited{
	color:#0c5f95;
	text-decoration:none;
}

a:hover,
a:active{
	color:#0c5f95;
	text-decoration:underline;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:hover,
a.footerlink:active{
	color:#ffffff;
	font-size:10px;
	line-height:1.2;
}


/* adjust for Safari
===============================================================*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	.small,
	a.footerlink:link,
	a.footerlink:visited,
	a.footerlink:hover,
	a.footerlink:active{
		font-size:11px;
	}
}

html:\66irst-child .small,
html:\66irst-child a.footerlink:link,
html:\66irst-child a.footerlink:visited,
html:\66irst-child a.footerlink:hover,
html:\66irst-child a.footerlink:active{
	font-size:11px;
}
