body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #444444;
}

table, td {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #444444;
  line-height: 16px;
}

img {
  border: 0px;
}

.small {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #444444;
}

.friends {
  font-family: Comic Sans MS;
  font-size: 12px;
  color: #444444;
}

.gallery {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #444444;
  text-decoration: none;
}

.title {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  padding-left: 3px;
  margin-bottom: 5px;
  border-bottom: 2px solid #AAAAAA;
  text-transform: uppercase;
  text-decoration: none;
}

p {
  margin: 0px;
}

form {
  margin: 0px;
}

a:link, a:visited, a:active {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #FF0000;
  text-decoration: underline;
}

.toplink a:link, .toplink a:visited, .toplink a:active {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #A918A9;
  margin-top:5px;
  margin-bottom:5px;
  text-align:center;
  font-size:16pt;
  text-decoration: underline;
}

.toplink a:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #A918A9;
  margin-top:5px;
  margin-bottom:5px;
  text-align:center;
  font-size:16pt;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #444444;
  background: #EEEEEE;
  width: 150px;
  border: 1px solid #AAAAAA;
}

.radio {
  width: 15px;
  background: transparent;
  border: 0px;

}

.textarea {
  width: 500px;
  border: 1px solid #AAAAAA;
}

.menu {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-decoration: none;

}

.box {
  border: 0px solid #333333;
  background-color: #A918A9;
  color: #FFFFFF;
  padding-left: 4px;
  text-transform: uppercase;
}

.border {
  border: 1px solid #AAAAAA;
}

.button {
  width: 50px;
}

.bold {
  font-weight: bold;
}


.day-name {
  width: 25px;
  height: 15px;
  text-align: center;
  font-size: 11px;
  background-color: #FFFDF2;
}

.day-linked {
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background-color: #EEEEEE;
}

.day {
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 11px;
  background-color: #FAFAFA;
}

.calendar {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
  width: 175px;
  background-color: #FFFFFF;
}

.calendar a:link, .calendar a:visited, .calendar a:active {
  text-decoration: none;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.wd15 {
  width: 15px;
}

.wd45 {
  width: 45px;
}

.wd100 {
  width: 100px;
}

.wd200 {
  width: 200px;
}

.center {
  text-align: center;
}


.success {
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  background-color: #E5F2E5;
  color: green;
  padding-left: 2px;
  margin-bottom: 10px;
}

.error {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  background-color: #FFE5E5;
  color: red;
  padding-left: 2px;
  margin-bottom: 10px;
}

.switch {
  position: absolute;
  right: 10px;
  top: 10px;
}

.bigtable {
  width: 100%;
  height: 100%;
}

.maintable {
  border: 1px #AAAAAA dashed;
  height: 200px;
  width: 350px;
}