@font-face {
	font-family: BXFont;
	src: url("/fonts/Souvenir.ttf");
}

@font-face {
	font-family: ADDFont;
	src: url("/fonts/Futura Book font.ttf");
	/*src: url("/fonts/FuturaBookfont.ttf");*/
}

@font-face {
	font-family: OSEFont;
	src: url("/fonts/Council Regular.ttf");
}
/*	format("ttf");*/
/* BEgin TESTED Css */

body {
	font-family: ADDFont;
}

.add {
	font-family: ADDFont;
}
.bx {
	font-family: BXFont;
}
.becmi {
	font-family: Garamond, serif;
}
.ose {
	font-family: BXFont;
	/* font-family: OSEFont; */
}

.title{
    font-weight: bold;
}
.title2{
    font-weight: bold;
    text-align:right;
}
.titleMand{
    font-weight: bold;
	color: red;
    text-align:right;
}

.header {
	font-weight: 400;
}
.header a {
	text-decoration: none;
}

.topnav a {
	text-decoration: none;
}
.topnav a:hover {
	font-weight: 800;
}

.footer{
    font-variant: small-caps;
    text-align:right;
    text-shadow: 1px 1px #cccccc;
}

.maintitle {
	font-weight: 100;
	font-size:500%;
	font-family: OSEFont;
    color: black;
	text-decoration: none;
}

.maintitle a {
	text-decoration: none;
}

html {
	scroll-padding-top: 130px; /* The height of your floating header */
	scroll-behavior: smooth;  /* Optional: makes the jump look nice */
}

a:link {
    color: black;
}
a:visited {
    color: black ;
}

blockquote {
	background: #dbe8d4;
	padding: 3px;
}

h1 {
	font-family: OSEFont;
	font-weight: 100;
	font-size: 4rem; 
	background: #ffffff;
	padding: 0px;
	/* 
	text-size-adjust: 180%;
	font-size:188%; 
	*/
}
h2 {
	font-family: OSEFont;
	font-weight: 100;
	font-size: 3rem; 
	text-size-adjust: 150%;
	background: #eeeeee;
	padding: 5px;
}
h3 {
	font-family: BXFont;
	background: #dbe8d4;
	padding: 3px;
}
h4 {
	font-family: BXFont;
	font-size: 105%; 
	padding: 2px;
}
h5 {
	font-family: BXFont;
	padding: 0px;
}
h6 {
	font-family: BXFont;
	padding: 0px;
}

.tableheader {
	color: white; 
	background: black; 
	font-weight: 600; 
	padding: 3px;
}

ul {
  list-style-image: url('/images/arrow.png');
}
ul.circle {list-style-type: circle;}
ul.disc {list-style-type: disc;}
ul.square {list-style-type: square;}
ol.dec {list-style-type: decimal;}
ol {list-style-type: decimal;}
ol.declead {list-style-type: decimal-leading-zero;}
ol.abc {list-style-type: lower-alpha;}
.abc {list-style-type: lower-alpha;}

tr.header {
	font-weight: 700;
	background: #dbe8d4;
}

.shaded {
	background: #eeeeee;
}


/* ****************************************************************************
a:link {
    color: black;
}
a:link.header {
    color: black;
	text-decoration: none;
}
a.reflink {
    color: #4169E1;
    font-size: 80%;
    font-variant: small-caps;
    font-weight: bold;
}

a.smalllink{
    color: #dddddd;
    font-weight: normal;
}

a.dellink{
    color: #cc0000;
    font-variant: small-caps;
    font-weight: bold;
}
a:visited.reflink {
    color: #4169E1;
    font-size: 80%;
    font-variant: small-caps;
    font-weight: bold;
}

a:visited.smalllink{
    color: #dddddd;
    font-size: 80%;
    font-variant: small-caps;
    font-weight: normal;
}

a:visited.dellink{
    color: #cc0000;
    font-variant: small-caps;
    font-weight: bold;
}
**************************************************************************** */

/*  END  TESTED Css ******************************************************** */
/*
table {
	font-family: ADDFont;
}

table.reqs {
	font-family: ADDFont;
	text-align: left;
	background-color:#dbe8d4;
	border: solid 1px gray;
}
*/
/*
td.calhead{
    font-variant: small-caps;
    font-weight: bold;
}

td.formlabel{
    font-variant: small-caps;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

td.forminput{
    vertical-align: left;
    vertical-align: top;
}
*/
