body 
{ 
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
}


h1 
{ 
	color: #0a73bc;
	font-size: 1.1em;
	font-weight: 600;
}
h2 
{ 
	color: white;
	font-size: 1.3em;
	font-weight: 400;
}
h3
{
	font-size: 1em;
	font-weight: 600;

}
p 
{
	margin-left: 0.5em;	
}

li 
{ 
	font-size: 1em;
	margin-bottom: 1em;
}
a
{
	color: #000;
	font-style: ;
	text-decoration: underline;
}

#headbox 
{ 
	background-color: #0a73bc;
	padding: 0.75em;
}
#headbox a 
{
	color: white;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 400;	
}
#subheadbox 
{ 
	padding: 0.5em;
}
#footbox 
{ 
	background-color: #0a73bc;
	padding: 0.75em;
	text-align: left;
}
#footbox a
{
	font-size: 0.8em;
	font-style: italic;	
	color: white;
	text-decoration: none;
}

.impspan
{
	text-decoration: underline;
	font-weight: 600;
}
.listspan
{
	color: #000;
	font-weight: 500;
}
.linkspan
{
	color: #0a73bc;
	font-style: italic;	
}
.footspan
{
	margin: 0.2em;
}
.contentdiv
{
padding: 0.5em;
}