﻿.heading
{
	font-size: 24px;
	color: #C94848;
	font-family: Arial;
	text-decoration: none;
}

.subheading
{
	font-size: 16px;
	color: #C94848;
	font-family: Arial;
	text-decoration: none;
}

.subheadingGray
{
	font-size: 16px;
	color: #3D3A3A;
	font-family: Arial;
	text-decoration: none;
}

.headingBlue
{
	font-size: 24px;
	color: #393797;
	font-family: Arial;
	text-decoration: none;
}

.bodycopy
{
	font-size: 12px;
	color: #3D3A3A;
	font-family: Arial;
	text-decoration: none;
}

.bodycopyBold
{
	font-size: 12px;
	color: #3D3A3A;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.bodycopyRed
{
	font-size: 12px;
	color: #C94848;
	font-family: Arial;
	text-decoration: none;
}

.bodycopyRedBold
{
	font-size: 12px;
	color: #C94848;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.bodycopyBlue
{
	font-size: 12px;
	color: #393797;
	font-family: Arial;
	text-decoration: none;
}

.bodycopyBlueBold
{
	font-size: 12px;
	color: #393797;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.bodycopyWhite
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

.bodycopyWhiteBold
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.link
{
	font-size: 16px;
	color: #393797;
	font-family: Verdana;	
}

.link:hover
{
	font-size: 16px;
	color: #C94848;
	font-family: Verdana;	
}

.linkSmall
{
	font-size: 12px;
	color: #393797;
	font-family: Verdana;	
}

.linkSmall:hover
{
	font-size: 12px;
	color: #C94848;
	font-family: Verdana;	
}

.linkRed
{
	font-size: 14px;
	color: #C94848;
	font-family: Verdana;	
}

.linkRed:hover
{
	font-size: 14px;
	color: #393797;
	font-family: Verdana;	
}

.linkRedSmall
{
	font-size: 10px;
	color: #C94848;
	font-family: Verdana;	
}

.linkRedSmall:hover
{
	font-size: 10px;
	color: #393797;
	font-family: Verdana;	
}

.TitleTextRed
{
	font-size: 12px;
	color: #C94848;
	font-family: Arial;
	font-weight: bold;
}

.TitleTextRed2
{
	font-size: 14px;
	color: #C94848;
	font-family: Arial;
	font-weight: bold;
}

.TitleTextBlue
{
	font-size: 12px;
	color: #393797;
	font-family: Arial;
	font-weight: bold;
}

.TitleTextBlue2
{
	font-size: 14px;
	color: #393797;
	font-family: Arial;
	font-weight: bold;
}

.error
{
    font-size: 10px;
	color: #C94848;
	font-family: Arial;
	font-weight: bold;
}