
.TextSmall
{
  font-size: 10px;
  color: #666666;
  font-family: Arial;
}

.TextNormal
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
}

.TextNormalDark
{
  font-size: 12px;
  color: #505050;
  font-family: Arial;
}

.TextNormalRed
{
  font-size: 12px;
  color: red;
  font-family: Arial;
}

.TextNormalWhite
{
  font-size: 12px;
  color: white;
  font-family: Arial;
}

.TextNormalBold
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
  font-weight: bold;
}

.TextNormalList
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
  list-style-type: circle;
}

.TextLarge
{
  font-size: 14px;
  color: #666666;
  font-family: Arial;
}

.TextLargeItalic
{
  font-size: 14px;
  color: #666666;
  font-style: italic;
  font-family: Arial;
}

.TextHeading
{
  font-size: 14px;
  color: #c1d129;
  font-family: Arial;
}

.TextHeadingBold
{
  font-size: 14px;
  color: #c1d129;
  font-family: Arial;
  font-weight: bold;
}

.TextHeadingWhite
{
  font-size: 12px;
  color: white;
  font-family: Arial;
}

.TextHeadingWhiteBold
{
  font-size: 12px;
  color: white;
  font-family: Arial;
  font-weight: bold;
}

A.LinkNormal:hover
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkNormal:link
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkNormal:visited
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkNormal:active
{
  font-size: 12px;
  color: #666666;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkGreen:hover
{
  font-size: 14px;
  color: #c1d129;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkGreen:link
{
  font-size: 14px;
  color: #c1d129;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkGreen:visited
{
  font-size: 14px;
  color: #c1d129;
  font-family: Arial;
  text-decoration: underline;
}

A.LinkGreen:active
{
  font-size: 14px;
  color: #c1d129;
  font-family: Arial;
  text-decoration: underline;
}

.PropertyThumbLink
{
  font-size: 10px;
  color: #666666;
  font-family: Arial;
  background-color: #ffffff;
  POSITION:relative;
  WIDTH: 22px;
  HEIGHT: 15px;
  LEFT:0;
  TOP:0;
  TEXT-ALIGN: center;
  CURSOR: default;
  border: 1px solid #666666;
}