﻿/*Needs to be a exactly like the one on the front end*/

body
{
    font-family:  Arial, Helvetica, sans-serif; color: #191919; font-size:12px ;margin: 0;	padding: 0;
}

.PagesTitle_Blue
{
	font-size: 18px;color: #2b85b7; font-weight: bold;  text-transform:uppercase;
}

.PagesTitle_Red
{
	font-size: 18px; color: #6a1d23; font-weight: bold;  text-transform:uppercase;
}

.PagesTitleAtl
{
	font-size: 18px; color: #222
}

.SectionTitles_Blue
{
	font-size: 14px; color: #2b85b7; font-weight: bold;  text-transform:uppercase; 
}

.SectionTitles_Red
{
	font-size: 14px; color:#b5131e; font-weight: bold;  text-transform:uppercase; 
}	
	
.SectionTitlesWBorder_BLue
{
	color:#2b85b7; font-size:15px; font-weight:bold;
	border-bottom:2px solid #2b85b7; margin-bottom: 5px; width: 100%;
}	

.SectionTitlesWBorder_Red
{
	color:#b5131e; font-size:15px; font-weight:bold;
	border-bottom:2px solid #b5131e; margin-bottom: 5px; width: 100%;
}	

.SectionSubtitle_Blue
{
	font-size: 12px; color:#165284;  font-weight:bold;
}	
	
.SectionSubtitle_Red
{
	font-size: 12px; color:#c12f20; font-weight:bold;
}	

.ErrorMessages /* error messages, system messages etc */
    {
	    font-size: 12px; color:red; font-weight:bold;
    }

.Small
{
	font-size: 11px;
}

    .SmallBold
    {
	    font-size: 11px; font-style: normal; font-weight: bold;
    }

.Medium
{
	font-size: 13px;
}

    .MediumBold
    {
	    font-size: 13px; font-weight: bold;
    }

.Large
{
	font-size: 15px; 
}

    .LargeBold
    {
	    font-size: 15px; font-weight: bold;
    }
