
body {
  background-color: #5ea9a2;
}
body.mceContentBody {
  background: white;
}


#content {
	color: #002B40;
}
#footer {
	color: #002B40;
}
#innerContent h1 {
	color: #095D54;
	border-bottom: 1px solid #095D54;
}

#innerContent h2 {
	color: #095D54;
}

#innerContent h3 {
	color: #095D54;
}
input.inputText, input.inputPassword, textarea {
	border: 1px inset #095D54;
  background-color: #eef5f7;
}

input.inputText:focus, input.inputPassword:focus, textarea:focus {
  border: 1px inset #095D54;
  background: #fff;
}
a {
	color: #095D54;
}
a:visited {
  color: #411e6b;
}
a.mmac {
	color: #002B40;
}
#info {
	color: #095D54;
} 
#info {
	position: absolute;
  bottom: 12px;
  left: 99px;
	font-size:12px;
  font-weight: bold;
}
#info a {
	color:#A2A7A7;
	text-decoration:none;
}
#info a:hover {
	color:#095D54;
	text-decoration:none;
}
#header {
  position: relative;
}

#webmail {
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
	font-size: 10px;
}

#webmail a {
  color: #f00;
}

