/* SiteContent.css - collection of styles that controls the end-user content of this website */


h1
{
	font-weight: bold;
	font-size: 15pt;
	margin-bottom: 0px;
	color: #003A66;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	color: #003A66;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 0px;
	color: #003A66;
	font-family: Arial, Helvetica, sans-serif;
}

h4
{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #003A66;
	font-family: Arial, Helvetica, sans-serif;
}

h5
{
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px;
	color: #003A66;
	font-family: Arial, Helvetica, sans-serif;
}

h6
{
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0px;
	color: #003A66;
	font-family: Arial, Helvetica, sans-serif;
}


dl 
{
  margin:0; 
  padding:0; 
}


dt
{
  margin:0; 
  padding:0.4em; 
  font-size: 1.1em; 
  font-weight:bold; 
}

dd
{
  margin:0; 
  padding-left: 1.8em; 
  padding-bottom: 0.8em;
}

ul
{
}

li
{
}