﻿body 
{
    background-color:Navy;
    font-family:Verdana, Arial;
    font-size:16px;
}
table
{
    background-color:White;
    vertical-align:top;
}
.PaddedTable
{
    border-spacing:50px;
}

.OutsideTable
{
    background-color:White;
    border-style:outset;
    border-width:medium;
    border-color: Silver;
    width:770px;
    vertical-align:top;
}
.BlueLargeHeading
{
    font-size:30px;
    color:Navy;
    text-align:center;
    font-weight:bold;
}

.BlueMediumHeading
{
    font-size:22px;
    color:Navy;
    text-align:center;
    font-weight:bold;
}

.BlackMediumHeading
{
    font-size:22px;
    text-align:center;
    font-weight:bold;
}

.BlackSmallHeading
{
    font-size:17px;
    text-align:center;
    font-weight:bold;
}

.RedLargeHeading
{
    font-size:22px;
    text-align:center;
    font-weight:bold;
    color:Red;
}

.RedMediumHeading
{
    font-size:19px;
    text-align:center;
    font-weight:bold;
    color:Red;
}

.RedSmallHeading
{
    font-size:17px;
    text-align:center;
    font-weight:bold;
    color:Red;
}
.BlackMediumBoldText
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.BlackSmallBoldText
{
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

.BoldText
{
    font-weight:bold;
}
.ItalicText
{
    font-style:italic;
}

.Text17pxBold
{
    font-size:17px;
    font-weight:bold;
}

.Text22px
{
    font-size:22px;
}

.Text16px
{
    font-size:16px;
}

.CentreText
{
    text-align:center;
}

.Padding
{
    padding: 30px 30px 30px 30px;
}
.TestimonialBox
{
    padding: 10px 10px 10px 10px;
    border-style:double;
    border-width:thick;
    border-color:Orange;
    background-color:#FFFB8C;
}

.Yellow
{
    background-color:Yellow;
}

.BlueText
{
    color:Blue;
    font-weight:bold;
}

.OfferBox2 
{
    background-color:Navy;
    border:1px;
    color:White;
    font-weight:bold;
    font-size:14px;
}
.OfferBox
{
    width:400px;
    font-size:14px;
    padding: 10px 10px 10px 10px;
    border-style:outset;
    border-width:thick;
    border-color:Orange;
    background-color:#FFFB8C;
}

H1
/*BlueLargeHeading*/
{
    font-size:30px;
    color:Navy;
    text-align:center;
    font-weight:bold;
}

H2
/*RedMediumHeading*/
{
    font-size:19px;
    text-align:center;
    font-weight:bold;
    color:Red;
}

H3
/*BlackLargeHeading*/
{
    font-size:20px;
    text-align:center;
    font-weight:bold;
    
}

H4
/*BlackMediumHeading*/
{
    font-size:16px;
    text-align:center;
    font-weight:bold;
    
}

.HighlightedTable
{
	font-size:14px;
	border-bottom-width:medium;
	border-left-width:medium;
	border-right-width:medium;
	border-top-width:medium;
	border-bottom-color:Red;
	border-left-color:Red;
	border-right-color:Red;
	border-top-color:Red;
	border-style:double;
	padding: 10px 10px 10px 10px;
	width:80%;
}
	
.StandardTextBox
{
	width: 400px;
}

.BigLetter
{
    font-size:24px;
}
