﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
div#centered
{
    border: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
}
.SectionPageHeader
{
	font-weight: bold;
	font-size: 14pt;
	color: #2557AD;
	font-family: arial, Sans-Serif;
}
