#logo_container {
	height: 8vh;
	margin-top: 10vh;
	text-align: center;
}
.logo {
	height: 8vh;
	padding: 9px;
}
#nset {
	height: 5vh;
}


a.u {
	text-decoration: underline;
}

a.u:hover {
	text-decoration: none;
}


a.notu {
	text-decoration: none;
}

a.notu:hover {
	text-decoration: underline;
}


#splashWrapperTable {
	display: block;
	position: relative;
	margin: auto;
	margin-top: 5vh;
	padding: 0px;
	width: 410px;
	height: 620px;
	background-color: transparent;
}

td {
	padding: 10px 15px 10px 15px ;
	text-align: center;

}

#splashImage {
	display: block;
	max-width: 80%;
	max-height: 68vh;
	margin: auto;
}