﻿body {
	font-family:'Times New Roman';
	font-size:1em;
	}

form {
	font-family:'Times New Roman';
	}

h1 {
	font-family:'Times New Roman';
	background-color:#14213D;
	color:white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	}

h2 {
	font-family:'Times New Roman';
	color:#14213D;
	}

h3 {
	font-family:'Times New Roman';
	}

hr {
    page-break-before: always;
    border-top: 2px dashed #14213d;
    }

input {
	font-family:'Times New Roman';
	font-size:1em;
	border: 3px solid #14213d;
	border-radius:10px;
	padding: 6px 6px;
	background-color:#e5e5e5;
	}
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
    }

input[type=checkbox] {
    width:20px;
    height:20px;
	border:3px solid #14213d;
	border-radius:10px;
	background-color:#e5e5e5;
    }

input[type=submit] {
    border:3px solid #e5e5e5;
	border-radius:10px;
	background-color:#14213d;
	color:white;
    }

p {
	font-family:'Times New Roman';
	}
	
select {
	font-family:'Times New Roman';
	font-size:1em;
	border: 3px solid #14213d;
	border-radius:10px;
	padding: 6px 6px;
	background-color:#e5e5e5;
    }

textarea {
	font-family:'Times New Roman';
	font-size:1em;
	border: 3px solid #14213d;
	border-radius:10px;
	padding: 6px 6px;
	background-color:#e5e5e5;
    }

th {
	border-bottom-color:#14213d;
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-right-color:#14213d;
	border-right-style:solid;
	border-right-width:medium;
	font-family:'Times New Roman';
	background-color:#fca311;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	z-index: 2;
	}
	
td {
	border-bottom-color:#14213d;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-color:#14213d;
	border-right-style:solid;
	border-right-width:thin;
	font-family:'Times New Roman';
	}

@media print{
    .noprint{display:none;}
    }
	
.collapsible {
    background-color: #14213d;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    }

.active, .collapsible:hover {
    background-color: #e5e5e5;
    }

.content {
    padding: 0 18px;
    display: none;
    background-color: #e5e5e5;
    }