﻿/* Default CSS */
/* Generated by HTML Express - www.TumbliingDiceSoftware.com */

* {
    box-sizing: border-box;
}
		BODY {
	background: #a1a1a1;
	background : #E0E0E0;
	
	margin: 0;
	padding: 0;
	font-family: Calibri, Helvetica, sans-serif;
	
	color: #222;
	padding-top: env(safe-area-inset-top);

	}	

	.MainTable {
		background: url(images/graystripes.gif);
		background-repeat: repeat;
		border:  1px solid #c0c0c0;
		max-width: 860px;
		margin: 7px;
		padding: 7px 25px 25px 25px;
		border-radius: 12px;
	}
	.container {
	    width: 100%;
	    max-width: 860px;
	   /* margin: 0 auto;*/
	   margin: auto;
	    background: #ffffff;
		border: thin solid #000000;
	    border-radius: 16px;

		padding: 20px;
	    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	    min-width: 0;

	}
	.fact {
		color: #333;
		border-top: 1px solid #c0c0c0;
		text-align: justify;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size:12pt;
	}
	
	.trust {
		border-top: thin solid #7E481C;
		border-bottom: thin solid #7E481C;
	    border-radius: 12px;
		padding: 7px 15px 5px 15px;
		text-align:justify;
		font-family: Calibri;
		border-left: 4px solid #7E481C;
		font-size:12pt;
	  }	

	.TopTitle {
		font-weight:bold;
		font-size:18pt;
		color: #333;
		padding-top:0px;
		margin-top: 0px;
	}
	
	.paraSeparator {
		border-top:thin solid #c0c0c0;
		margin-top:7px;
		padding-top:7px
	}
	.factTitle {
		width: 340px;
		border-top: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		font-weight: bold;
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 5px;		
	}
	
	.subTitle {
		text-align:center;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 7px;
	}
	h1 {
		font-weight:bold;
		text-align:center;
		border-bottom: thin solid #c0c0c0;
			padding-bottom: 7px;
		margin-bottom: 7px;	
		
	}
	h2 {
		font-size: 28pt;
		font-weight:bold;
		text-align:center;
		/*border-bottom: thin solid #c0c0c0;*/
			padding-bottom: 7px;
		margin-bottom: 7px;	
	}
	h3 {
		font-size:22pt;
		font-weight:bold;
			padding-bottom: 0px;
		margin-bottom: 0px;
		color:red;		
	}

