.ContentMainTitle
{
	font-size: 18px;
	font-style: normal;
	font-family: "Arial";
	font-weight: bold;
	color: #FFFFFF;
}

.ContentItalicBlueBold12
{
	font-size: 12px;
	font-style: italic;
	font-family: "Arial";
	font-weight: bold;
	color: #16385d;
}

.ContentBlueBold12
{
	font-size: 12px;
	font-style: normal;
	font-family: "Arial";
	font-weight: bold;
	color: #16385d;
}

.ContentGray12
{
	font-size: 12px;
	font-style: normal;
	font-family: "Arial";
	font-weight: normal;
	color: #464447;
}

.ContentBlue12
{
	font-size: 12px;
	font-style: normal;
	font-family: "Arial";
	font-weight: normal;
	color: #16385d;
}

.Italic
{
	font-style: italic;
}

.UpperCase
{
	text-transform:uppercase;
}

