/*<!--"Copyright © David Moores - Unlicensed Usage Is Strictly Prohibited"-->*/
.body 	{
	color:#000000;
	font-family: Arial;
	font-size: 10pt;
	}
	
table	{
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	}
	
tr	{
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	}

td.h1	{
	color:#000000;
	font-family: Arial;
	font-size: 10pt;
	margin: 0 auto;
	max-width: 50%;
	text-align: left;
	}

td.h2	{
	color:#000000;
	font-family: Arial;
	font-size: 8pt;
	margin: 10px auto;
	max-width: 50%;
	text-align: left;
	}

.button {
	background-color: rgb(128,128,128); 
	color:#ffffff; 
	font-family: Arial;
	font-size: 8pt;
	}
 
.input {
	color:#000000;
	font-family: Arial;
	font-size: 8pt;
	margin: 0 auto;
	max-width: 90%;
	}

span.h1	{
	color:#000000;
	font-family: Arial;
	font-size: 8pt;
	}

span.h2	{
	color:#000000;
	font-family: Arial;
	font-size: 7pt;
	font-style:italic;
	font-weight: bold;
	}

#heading
	{
	font-family: "Arial"; 
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	text-decoration: none;
	max-width: 100%;
	}

#subheading
	{
	font-family: "Arial"; 
	font-size: .70em;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
	max-width: 100%;
	}

#subheading1
	{
	font-family: "Arial"; 
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
	max-width: 100%;
	}

#webmail
	{
	font-family: "Arial"; 
	font-size: .90em;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
	max-width: 100%;
	}
	
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
/*<!--"Copyright © David Moores - Unlicensed Usage Is Strictly Prohibited"-->*/