.LinkBlack a:link { color: black; text-decoration: none; }
.LinkBlack a:visited { color: black; text-decoration: none; }
.LinkBlack a:hover { color: black; text-decoration: underline; }
.LinkBlack a:active { color: black; }

.LinkWhite a:link { color: white; text-decoration: none; }
.LinkWhite a:visited { color: white; text-decoration: none; }
.LinkWhite a:hover { color: white; text-decoration: underline; }
.LinkWhite a:active { color: white; }

.Body
{
	background-color: #517c51;
}

.LeftSide
{
	width: 25%;
	vertical-align: top;
	text-align: right;
	background-color: #517c51;
}

.Middle
{
	width: 50%;
	vertical-align: top;
	text-align: center;
	background-color: #74c374;
}

.RightSide
{
	width: 25%;
	vertical-align: top;
	text-align: left;
	background-color: #517c51;
}

.Footer
{
	width: 100%;
	vertical-align: top;
	background-color: #74c374;
}

.OpusFunkus
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

.OpusFunkusPresents
{
	font-style: italic;
}

.EELogo 
{
	width: 700px;
	height: 317px;
	vertical-align: top;
}

.EEMembers
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	vertical-align: top;
}

.EEMemberNames
{
	color: white;
	font-weight: bold;
}

.EEDescription
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	vertical-align: top;
}

.EEContact
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}

.WhiteTextSmall
{
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.BlackTextSmall
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.LeftFooter
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

.RightFooter
{
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	vertical-align: top;
}

