/* +++++++++++++ TEXT STYLES +++++++++++ */

.headingRed
{
	color: #C10107;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 110%; 		
}

.titleInRed
{
	color: #C10107;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;	
}



.titleInRed a:link, .titleInRed a:visited
{
	color: #C10107;	
}

.titleInRed a:hover
{
	text-decoration: underline;
}

.subTitleBlue
{
	color: #1c3d73;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.010em;	
}


