  /* Base Text Style */
  body, p, ul, li, div, span, td {
    font-family: Verdana;
    color: #333333;
    font-size: 10pt
  }
  
  /* Regular Links */
  a:link {
    color: #000099;
    font-weight: bold;
    text-decoration: none
  }
  a:active {
    color: #0000CC;
    font-weight: bold;
    text-decoration: underline
  }
  a:visited {
    color: #0000CC;
    font-weight: bold;
    text-decoration: none
  }
  a:hover {
    color: #0000CC;
    font-weight: bold;
    text-decoration: underline
  }

  /* Horizontal Menu Links */
  a.menu:link {
    font-family: Arial;
    font-size: 14px;
    color: #093869;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:active {
    font-family: Arial;
    font-size: 14px;
    color: #093869;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:visited {
    font-family: Arial;
    font-size: 14px;
    color: #093869;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:hover {
    font-family: Arial;
    font-size: 14px;
    color: blue;
    font-weight: bold;
    text-decoration: underline
  }

  /* Large Title */
  .title-large {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #006633
  }

  /* Medium Title */
  .title-medium {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #006633
  }
  
    /* Prices */
  .price {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #990000
  }

  /* Small Title */
  .title-small {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #006633
  }

  /* Small Text */
  .small {
    font-family: Verdana;
    font-size: 11px;
  }

  /* Copyright Text Style */
  .copyright {
    font-family: Verdana;
    font-size: 11px;
    color: #27405A
  }

.infotext {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #000000;
}

a.infotext:hover {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: none;
}

a.infotext {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: none;
}

