
* {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

.layout {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    background-color: white;
    border-collapse: collapse;
}

.layout tr td {
    padding: 20px;
    vertical-align: top;
    border: solid 1px #3e5f8a;
}

.header {
    font-size: 30px;
	color: white;
	background-color: #3e5f8a;
}

.footer {
    text-align: center;
	color: white;
	background-color: #2e4666;
}

.sidebarHeader {
    font-size: 20px;
}

.sidebar ul {
    padding-left: 20px;
}

a, a:visited {
    color: #3e5f8a;
}

h1 {
	font-size: 18px;
	font-weight: 700;
	color: #2e4666;
}

h2 {
	font-size: 16px;
	font-weight: 700;
	color: #2e4666;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	color: #2e4666;
}
