.ElisContainer {
	height: 100%;
	width: 100%;
}

.ElisContent {
	height: 97%;
	width: 100%;
}

.ElisAboutLeft {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	height: 3%;
	width: 100%;
	text-align: left;
}
.ElisAboutCenter {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	height: 3%;
	width: 100%;
	text-align: center;
}
.ElisAboutRight {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	height: 3%;
	width: 100%;
	text-align: right;
}

.ElisAboutA {
	color: #0033CC;
	text-decoration: none;
}