@font-face {
    font-family: 'archisticonormal';
    src: url('fonts/Archistico_Simple-webfont.eot');
    src: url('fonts/Archistico_Simple-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Archistico_Simple-webfont.woff2') format('woff2'),
         url('fonts/Archistico_Simple-webfont.woff') format('woff'),
         url('fonts/Archistico_Simple-webfont.ttf') format('truetype'),
         url('fonts/Archistico_Simple-webfont.svg#archisticonormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'archisticobold';
    src: url('fonts/Archistico_Bold-webfont.eot');
    src: url('fonts/Archistico_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Archistico_Bold-webfont.woff2') format('woff2'),
         url('fonts/Archistico_Bold-webfont.woff') format('woff'),
         url('fonts/Archistico_Bold-webfont.ttf') format('truetype'),
         url('fonts/Archistico_Bold-webfont.svg#archisticobold') format('svg');
    font-weight: normal;
    font-style: normal;

}






@font-face {
    font-family: 'Reey';
    src: url('fonts/Reey-Regular.woff2') format('woff2'),
        url('fonts/Reey-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SV Basic Manual';
    src: url('fonts/SVBasicManual.woff2') format('woff2'),
        url('fonts/SVBasicManual.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



BODY { 
	font-family: Georgia, Garamond, Trebuchet MS;
	font-size: 20pt;
	background-color: #FFFFFF;
	color: #000000;
	line-height : 120%;
}
P {
	color : #696969;
	font-family : SV Basic Manual, Cambria;
	font-size : 28pt;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
	line-height : 110%;
	letter-spacing: -1px;
}
HR {
	color: black;
	height: 1px;
}
TABLE {
	font-size : 20pt;
	padding : 0pt;
}
TD { 
	font-family: SV Basic Manual, Cambria, Trebuchet MS;
	font-size: 28pt;
	font-weight : normal;
	color: #3A5467;
}
A:VISITED, A:LINK, A:ACTIVE {
	color: #107F87;
	text-decoration: none;
}  
A:HOVER {
	color: #0C5B6C;
	text-decoration: none;
}
H1 {
	font-family: SV Basic Manual, Cambria, Trebuchet MS;
	font-size: 36pt;
	font-weight : normal;
	color: #3A5467;
}
H2 {
	color : #848484;
	font-family : archisticobold, Georgia, Trebuchet MS;
	font-size : 100px;
	font-weight : normal;
	letter-spacing: -3px;
	margin-top : 0em;
	margin-bottom : 0em;
}
H3 {
	background-color : #3A5467;	
	color : white;
	font-family : Georgia, Trebuchet MS, Lucida Console;
	font-size : 20pt;
	margin-top : 0.5em;
	margin-bottom : 0;
}
H4 {
	color : #3A5467;
	font-family : archisticonormal, Arial;
	font-size : 36pt;
	font-weight : normal;
	letter-spacing: -3px;
	margin-top : 0;
	margin-bottom : 0;
}
H5 {
	color : #107f88;
	font-family : Reey;
	font-size : 50px;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
}
H6 {
	color : #696969;
	font-family : SV Basic Manual;
	font-size : 14pt;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
	line-height : 110%;
	letter-spacing: -2px;
}
.tooltip {
    display: inline;
    position: relative;
}
.tooltip:after {
    content: attr(title);
    position: relative;
    left: 20px;
    bottom: 0px;
    color : #FFFFFF;
    background-color: gray;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.tooltip:hover:after {
    opacity: 1;
}

.tab div {
    display: none;
}

.tab div:target {
    display: block;
  
}
