html {
	height: 100%;
	width: 100%;
	font-family: Sans-Serif;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
}



.header {
	min-width: 100%;
	min-height: 10%;
	background-color: #f5d142;
	text-align: center;
	border-bottom: 1px solid black;
}

.sdz-logo {
	padding-top: 10px;
	border: 0px;
	height: 75px;
}

.tbr-logo {
	height: 60px;
	padding-right: 20px;
}

.pix {
	height: 30px;
	width: 30px;
}

.main {
	position: fixed;
	left: 0;
	padding-top: 10px;
	min-width: 100%;
	min-height: 70%;
	background-color: #fcfbf7;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	border-top: 1px solid black;
	background-color: #f5d142;
}
}

/* 
table, th, td {
	text-align: left;
}
*/

table {
	min-width: 100%;
	border-spacing: 200px 100px;
}

th {
	font-size: 25pt;
	min-width: 30%;
	
}

a:link {
    color: blue; text-decoration: none;
}

a:visited {
    color: blue; text-decoration: none;
}

a:hover {
    color: blue; text-decoration: underline;
}

a:active {
    color: blue; text-decoration: none;
}



