body
{
  margin: 0px;
}

p
{
  text-align: justify;
}

.smallText
{
  font-family: tahoma;
  font-size: 12px;
  color: #968d85;
}

.smallText a
{
  color: #968d85;
}

.largeText
{
  font-family: Tahoma;
  font-size: 14px;
  color: #968d85;
}

.largeText a
{
  color: #968d85;
}

.smallHeading
{
  font-family: Tahoma;
  font-size: 14px;
  color: #ffbc3d;
}

.smallHeading a
{
  color: #ffbc3d;
  text-decoration: none;
}

.smallHeading a:hover
{
  text-decoration: underline;
}

.largeHeading
{
  font-family: Tahoma;
  font-size: 16px;
  color: #ffbc3d;
}

.largeHeading a
{
  color: #ffbc3d;
  text-decoration: none;
}

.largeHeading a:hover
{
  text-decoration: underline;
}

a.servicesList
{
  font-family: Tahoma;
  font-size: 14px;
  color: #968d85;
  text-decoration: none;
}

a.servicesList:hover
{
  color: #ffbc3d;
}

ul.menu
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.menu li
{
  display: inline;
}

a.menu
{
  font-family: Tahoma;
  font-size: 14px;
}

a.menu:hover
{
  background-color: #fff8eb;
}

ul.links
{
  margin: 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: dotted 1px #c59e5b;
  list-style: none;
}

ul.links li
{
  display: inline;
}

a.links
{
  font-family: Tahoma;
  font-size: 12px;
  color: #8b8178;
  text-align: right;
  text-decoration: none;
}

a.links:hover
{
  text-decoration: underline;
}

form
{
  margin: 0px;
}

input.text
{
  font-family: tahoma;
  font-size: 12px;
}

select
{
  font-family: tahoma;
  font-size: 12px;
}

textarea
{
  font-family: tahoma;
  font-size: 12px;
}

input.button
{
  font-family: tahoma;
  font-size: 12px;
  width: 75px;
}

button
{
  font-family: tahoma;
  font-size: 12px;
  width: 75px;
}

#adminPanel
{
  padding: 20px;
  border: solid 1px #76cdff;
  background-color: #e3f5ff;
}
