﻿html,body
{
  margin:0;
  padding:0;
  height:100%;
  border:none;
  background-color: #F7F0E6; 
  font-family: Arial;
  font-size: 10pt;
}
   
table
{
	padding: 0px; 
	margin: 0px;
	border: 0px;
}
	
td
{
	padding: 0px;
}

li
{
	padding: 4px 0px 4px 0px;
}

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; } 
a:hover { color: white; text-decoration: underline; }
a:active { color: white; text-decoration: none; }

a.anchor2:link { color: #004080; text-decoration: none; font-weight: bold; }
a.anchor2:visited { color: #004080; text-decoration: none; font-weight: bold; } 
a.anchor2:hover { color: #004080; text-decoration: underline; font-weight: bold; }
a.anchor2:active { color: #004080; text-decoration: none; font-weight: bold; } 

p
{
	text-align: justify;
}

.paragraph
{
	text-align: justify;
}

.subheading { font-weight: bold; font-size: 11pt; }

.subheading2 { font-weight: bold; }

div.horizontalDivider { border-top: solid 1px #016326; }

td.spacer { width: 60px; }
.inputLabel { font-weight: bold; }
td.inputObject { text-align: right; padding: 2px 0px 2px 0px;}

.attention { color: Red; text-align: right; }






