﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container {margin: 0 auto;position: relative;width: 800px;}
h1 {
    text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20;
	color: #2c478f;
	text-align:center;
}
h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(7,9,127);
	font-weight: bold;
	margin: 0 0 2px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #2c478f;
	
}
h5
{
    font-size: 15px;
    color: #2c478f;
    background-color: #F9F8F2;
    border-bottom: 3px double;
    clear: both;
    font-family: Verdana;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: double;
    border-top-width: 1px;
    border-bottom-width: 3px;
}
h6 {
	font-size: 12;
	color: #2c478f;
	padding: 4px;
	border-bottom: 3px double;
	clear: both;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
  }
.adjustedZIndex {
    z-index: 1;
}

