html{color-scheme: rgb(182, 180, 180);}

p {
			font-family: Arial;
			color:rgb(96,96,96)
}

div {
			font-family: Arial;
			font-size: 16px;
			color:rgb(39, 39, 39)
    }

div table::first-line {
			background-color: #009879;
			color:white
			
		}
.PageDescription {
			font-family: Arial;
			font-size: 18px;
			color:rgb(96,96,96)
						
		}

.span-example:hover {

			transition: all 0.3s ease 0s;
			cursor: pointer;
			color: orange;
			
		}

.Logo {
			width: 105px;
			height: 90px;
			margin-top: 0px;
			border-radius: 95px;
		}

.homeimage {
			width: 450px;
			height: 220px;
			margin-right: 20px;
		}

.foursteps {
			height: 220px;
			width: 450px;
			margin-right: 72px;
		}

.DefaultList {
			font-family: Arial;
			font-size: 18px;
			color:rgb(39, 39, 39);
			margin-top: 11px;
		}
.List1 {
			background-color: rgb(0, 30, 255);
	        color:rgb(218, 228, 235);
	        border:none;
	        height:50px;
	        width:125px;
	        border-radius:5px;
	        cursor:pointer;
	        margin-right:8px;
					margin-left: 4px;
					margin-top: 15px;
	        }
.List2 {
			background-color: rgb(190, 20, 7);
	        color:rgb(218, 228, 235);
	        border:none;
	        height:50px;
	        width:125px;
	        border-radius:5px;
	        cursor:pointer;
	        margin-right:8px;
					margin-top: 15px;
	        }	
.List3 {
			background-color: rgb(0, 141, 127);
	        color:rgb(218, 228, 235);
	        border:none;
	        height:50px;
	        width:125px;
	        border-radius:5px;
	        cursor:pointer;
	        margin-right:8px;
					margin-top: 15px;
	        }	
.List4 {
			background-color: rgb(0, 144, 186);
	        color:rgb(218, 228, 235);
	        border:none;
	        height:50px;
	        width:125px;
	        border-radius:5px;
	        cursor:pointer;
	        margin-right:8px;
					margin-top: 15px;
	        }		

table {
				width: 100%;
				background:rgb(185, 214, 228);
				color: black;
				border-collapse: collapse;
				margin:25px 0;
				font-size: 0.9em;
				min-width: 400px;
				text-align: center;
			}
			
.captiontable{
        text-align: center;
      }

.wrapper {
				width:min(1200px,100%-3rem)
				
			}
.FinancialCalendarButtons{
	flex-direction: row;
	display: flex;
	margin-top: 05px;
	margin-right: 05px;
}
			
th {
    background-color: rgb(0, 141, 127);
    color: white;
    padding: 10px;
    text-align: center;
    border: 1px solid #b1c3f5;
		font-weight: 600;
		 
}
		

td {
    padding: 10px;
    border: 1px solid #cddaf1;
			}
		
			tr:nth-child(even) {
    background-color: #9fd3e6;
}

.multicolumn {
	display: flex;
	justify-content: content;
	margin-block-start: 2rem;
	background-color: #fff7f2;
	border-block-start: 1px solid;
}
.container{
	position: flex;
	z-index: 1;
	background-color: #fffbfb;
}

.copyright-footer{
	background-color: black;
	text-align: center;
	color: white;
	font-size: 0.9em;

}

li {
	list-style: none;
	display: inline-block;
				
}

li a{
	color: white;
	font-size: 16px;
	margin-inline-end: 81px;
	padding-top: 5px;
	padding-bottom: 65px;
	display: flex;
}

.nav__links{
	list-style: none;
	text-decoration-style: solid;

}

.nav__links{
	display: flexbox;
	padding: 0px ;

}

.nav__links li a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

.nav__links li a:hover {
	transition: all 0.3s ease 0s;
	cursor: pointer;
	color: orange;
}

.navigationbar{
		margin-top: 01px;
		background-color: rgb(14, 71, 203);
		color: white;
		height: 45px;	
		flex-direction: row;
		display: flex;
}

.navdiv{
	display: flex;
	flex-direction: row;
	left:0;
	
}

.footerbar{
		margin-top: 01px;
		background-color: rgb(115, 117, 122);
		color: black;
		height: 65px;	
		flex-direction: row;
}

.footerdiv{
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding-top: 10px;
	flex-direction: row;
	/* position: fixed; */
	left:0;
	right: 0;
}


.nav__linksd{
	display: flexbox;
	padding: 0px ;
	list-style: none;
	display: flex;
}

.nav__linksd li a {
	transition: all 0.3s ease 0s;

}

.nav__linksd li a:hover {
	transition: all 0.3s ease 0s;
	cursor: pointer;
	color: orange;
}