body {
	font-family: Arial, Helvetica, sans-serif;
	height:100%; /* this is the key! */ 
	font-size: 12px; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a.lightContent
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 text-decoration: none;
 font-weight: bold;
 color: #555555;
}

a.lightContent:active
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 font-weight: bold;
 color: #555555;
}

a.lightContent:focus,
a.lightContent:hover
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 font-weight: bold;
 text-decoration: underline;
 color: #555555;
}

a.lightContentWhite
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 text-decoration: none;
 color: #FFFFFF;
}

a.lightContentWhite:active
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 color: #FFFFFF;
}

a.lightContentWhite:focus,
a.lightContentWhite:hover
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 text-decoration: underline;
 color: #FFFFFF;
}


.boxHeaderRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #8f0209;
}

.boxFootRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #910714;
}

.boxHeaderBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000f59;
}

.boxFootBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #11568e;
}

.boxHeaderWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.boxTextBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.boxTextWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
