H1, H2, P, td, th, DIV, SMALL, BLOCKQUOTE { font-family: Helvetica, Arial,  sans-serif; }

H1 {
    line-height: 40pt;
}

table, th, td {
    border: 2px solid #985E6D;
}

BODY { 
    margin: 0;
    font-family: Helvetica, Arial, sans-serif; 
    color: #000000; 
    font-size: 12pt; 
    line-height: 16pt;
    
 }   

header {
    position: fixed;
    background-color: #D1D7E0;
    width: 100%;
    border-bottom: 3px;
    border-bottom: 4px solid #985E6D;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10000;
     }


header::after {
    content: "";
    display: table;
    clear: both;
    
}

a.header { 
    float: left;
	color: #4c495D;
	text-decoration: none;
	font-size: 3.5vw;
    text-shadow: 2px 2px #985E6D;
    line-height: 40pt;
    padding-left: 40px;
 }   

a.header:hover { 
	color: #985E6D;
    text-shadow: 2px 2px #4c495D;
}

ul.header { 
	float: right;
    margin: 0;
	padding; 0;
	list-style: none;
}

li.header { 
    display: inline-block;
    margin-right: 1.5vw;
	padding-top: 24px;
	position: relative;
    font-size: 2vw;	
}

li.header_selected { 
    display: inline-block;
    margin-right: 1.5vw;
	padding-top: 24px;
	position: relative;
    font-size: 2vw;
    font-weight: bold;
    color: #985E6D;
}

a { 
	color: #4c495D;
	text-decoration: none;
    font-weight: bold;
}

a:hover { 
	color: #985E6D;
}

div.main {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 100px;
    font-size: 16px; 
    line-height: 20px;
}

div.warning {
    color: red;
    font-weight: bold;
    padding: 10px;
}

div.legend {
    font-size: smaller;
}

.box1 {
    float: left;
    border: none; 
    right: 40px;    
}

table.Full_Border {
    width: 100%;
}

td.15 {
    width: 15%;
}

td.20 {
    width: 20%;
}

td.50Top {
    width: 50%;
    vertical-align: top;
}

td.Top {
    vertical-align: top;
}

img.border1 {
    float: left;
    border: 1px solid #985E6D;
}

img.Middle {
    margin-left: auto;
    margin-right: auto;
}

br.clear {
    clear: left;
}