﻿body
{
	font-family: Arial;
	font-size: small;
	margin: 0;
	padding: 0;
	color: #434A52;
}

.contentContainer
{
	background-color: White;
}

p
{
	margin-top: 0;	
	padding-top: 0;	
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 5px 0;
	color: #134C76;	
}

h1, h2
{
	text-transform: uppercase;
}

h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
}

h3 
{
	font-size: large;
}

h4
{
	font-size: medium;
}

h5
{
	font-size: small;
}

h6
{
	font-size: x-small;
}
