/* CSS Document */

.f10-bluegrey {
	font-size: 10px;
	line-height: 14px;
	color: #79A2B7;
}
.f10-grey {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

.f12-grey {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.f14-grey {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.f10-blue {
	font-size: 10px;
	line-height: 14px;
	color: #089BD8;
}

.f12-blue {
	font-size: 12px;
	line-height: 18px;
	color: #0033CC;
}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
a:hover { text-decoration: underline;}

