body
{
	color: black;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: white;
	margin: 0 5% 0 5%;
}

.blackPage
{
	background-color: black;
	color: white;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 5% 0 5%;
}

td
{
	color: black;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.insetCopy { 
	margin-left: 16px; 
	margin-top: 0px;
	margin-bottom: 6px;
}

.listHeader
{
	font-weight: bold;
	margin-bottom: 0px;
}
.centeredInfo
{
	text-align: center;
	color: black;
	font-size: 14px;
}

h1
{
	text-align: center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	text-align: left;
	color: black;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 0px;
}

.menuTable { width: 600px; }


ul
{
	margin-top: 0px;
}

.headerTable 
{ 
	width: 90%;
}

.boldwhiteheaders
{
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: white;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #0c4ea4;
}

.smalltext
{
	font-size: 11px;
	text-transform: none;
}

.tableRow
{
	vertical-align: top;
	text-align: left;
	background-color: #eee;
}

.darkGrayTableRow
{
	vertical-align: top;
	text-align: left;
	background-color: #e5e5e5;
}

.lightGrayTableRow
{
	vertical-align: top;
	text-align: left;
	background-color: #f0f0f0;
}

.centeredColumn
{
	text-align: center;
}

.blackHeaderTable
{
	background-color: black;
	width: 100%;
}

a:link { color: #000066; }
a:visited { color: #000033; }
a:active { color: red; }
a:hover { color: #ff0000; }

.topImage
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {
	text-align: center;
	width: 80%;
}