﻿H1, .Heading1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

H2, .Heading2 
{
	font-size: 1.35em;
	font-weight: bold;
	color: #B8860B;
}
.LandingPageLink
{
	color: #EA9E11;
}

.LandingPageLink:hover
{
	color: #3B5CAA;
}

H3, .Heading3 
{
	font-size: 1.0em;
	font-weight: bold;
	color: #3B5CAA;
}

H4, .Heading4
{
	font-size: 0.9em;
	font-weight: bold;
	color: #AF504C;
}

H5, .Heading5
{
	font-size: 0.8em;
	font-weight: bold;
	color: #3B5CAA;
}

H6, .Heading6
{
	font-size: 1.25em;
	font-weight: bold;
	color: #B8860B;
}


.Text1
{
    font-size: 0.8em;
}

.Text2
{
    font-size: 0.6em;
}

.Text3
{
    font-size: 0.6em;
    font-style: italic;
}

