* {
   margin: 0;
   padding: 0;
}


/* Note the text-align for IE centering */
body {
	background-color: #000000;
	font-size: 11pt;
	font-family: Trebuchet MS, Verdana, Arial, Sans Serif;
	color: #FFFFFF;
    text-align: center;
	margin: 0;
}

h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #A0A0A0;
}

h2 {
    margin-top: 15px;
    margin-bottom: 5px;
}

a, a:link, a:hover, a:visited, a:active {
    color: #EEEEEE;
    text-decoration: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.menubar a {
    font-family: Georgia, Times New Roman, Times, Serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}

p.back {
    font-size: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 25px;
}

/* Note the text-align for IE centering */
div.page {
        margin: 0  0 auto;
	    width: 700px;
        text-align: left;
}

div.centeredPage {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: table;
}

div.centeredContent {
    display: table-cell;
    vertical-align: middle;
    padding-left: 100px;
    padding-right: 100px
}

div.normalContent {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px
}

p.centeredContent  {
    display: table-cell;
    vertical-align: middle
}

