﻿body
{
	background-color: black;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

img
{
	border: 0px;
	
}

h2
{
	font-size: 14pt;
	color: navy;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul
{
	margin-top: 3px;
	margin-bottom: 3px;
}

li
{
	margin-top: 2px;
	margin-bottom: 2px;
}

#outerpagecontainer
{
	background-color: black;
	text-align: center;
}

#innerpagecontainer
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 768px;
	margin-top: 15px;
	background-color: white;
}

#footer
{
	color: white;
	font-size: 8pt;
	background-color: black;
	text-align: center
	
}

#contentcontainer
{
	padding: 7px;
}

.smallerText
{
	font-size: 10pt;	
}