

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #150F0F;
  text-align: left;
  border-bottom: 2px solid #9A93B0;
  margin-bottom: 15px;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #55544F;
}
.text a:link {
  color: #9A93B0;
  text-decoration: none;
}
.text a:visited {
  color: #9A93B0;
  text-decoration: none;
}
.text a:hover {
  color: #150F0F;
  text-decoration: underline;
}
.text a:active {
  color: #9A93B0;
  text-decoration: none;
}


#footer {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #F6EAC4;
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
}
#footer a:link {
  color: #F6EAC4;
  text-decoration: none;
}
#footer a:visited {
  color: #F6EAC4;
  text-decoration: none;
}
#footer a:hover {
  color: #9A93B0;
  text-decoration: underline;
}
#footer a:active {
  color: #FF6EAC4;
  text-decoration: none;
}


#credits {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #F6EAC4;
  padding-top: 5px;
  padding-left: 5px;
  text-align: right;
}
#credits a:link {
  color: #9A93B0;
  text-decoration: none;
}
#credits a:visited {
  color: #9A93B0;
  text-decoration: none;
}
#credits a:hover {
  color: #9A93B0;
  text-decoration: underline;
}
#credits a:active {
  color: #9A93B0;
  text-decoration: none;
}


form {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #55544F;
  padding-right: 14px;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFF;
  color: #55544F;
  padding: 2px;
  border-top: 1px solid #9A93B0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #9A93B0;
  margin-bottom: 5px;
}

input[type=text], input[type=password], select, textarea {
  width: 100%;
}

input[type=submit] {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #9A93B0;
  border-right: 1px solid #9A93B0;
  border-bottom: 1px solid #9A93B0;
  border-left: 1px solid #55544F;
}

.mainMenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #F6EAC4;
  text-align: left;
  padding-bottom: 2px;
  vertical-align: bottom;
}
.mainMenu a:link {
  font-weight: normal;
  color: #9A93B0;
  text-decoration: none;
}
.mainMenu a:visited {
  font-weight: normal;
  color: #9A93B0;
  text-decoration: none;
}
.mainMenu a:hover {
  font-weight: normal;
  color: #F6EAC4;
  text-decoration: none;
}
.mainMenu a:active {
  font-weight: normal;
  color: #9A93B0;
  text-decoration: none;
}

.leftMenuMargin {
  margin-top: 55px;
}

.leftMenu {
  padding-left: 10px;
  padding-top: 5px;
  width: 150px;
  border-bottom: 1px dotted #9A93B0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #150F0F;
}

.leftMenu a:link {
  font-weight: normal;
  color: #150F0F;
  text-decoration: none;
}

.leftMenu a:visited {
  font-weight: normal;
  color: #150F0F;
  text-decoration: none;
}

.leftMenu a:hover {
  font-weight: normal;
  color: #9A93B0;
  text-decoration: none;
}

.leftMenu a:active {
  font-weight: normal;
  color: #150F0F;
  text-decoration: none;
}

