﻿.Font12Red, .Font14Red
{
	color: Red;
	font-size: 12px;
}
.Font14Red
{
	font-size: 14px;
}
.Font12Blue, .Font14Blue
{
	color: #0071AF;
	font-size: 12px;
}
.Font14Blue
{
	font-size: 14px;
}
.Font12White, .Font14White
{
	color: #fff;
	font-size: 12px;
}
.Font14White
{
	font-size: 14px;
}
.Font12Orange, .Font14Orange
{
	color: Orange;
	font-size: 12px;
}
.Font14Orange
{
	font-size: 14px;
}
.Font16
{
	font-size: 16px;
	font-weight: 100;
}
.Font16 span
{
	color: #F5841F;
	font-size: 18px;
	font-weight: bold;
}
.Font16 a
{
     text-decoration:none;	
     font-size:12px;
     font-weight:bold;
}
.Font16 a:hover
{
     text-decoration:none;	
}
