/* SKARBOS Style Sheet */

body	{
  font-family: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
}

/* Links Style */
a:link { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #ffffff; }
a:hover	{ text-decoration: underline; color: #ffffff; }

.class1 A:link {text-decoration: none; color: #552546; font-weight: bold; font-size: 13px;}
.class1 A:visited {text-decoration: none; color: #552546; font-weight: bold; font-size: 13px;}
.class1 A:active {text-decoration: none; color: #552546; font-weight: bold; font-size: 13px;}
.class1 A:hover {text-decoration: underline; color: #552546; font-weight: bold; font-size: 13px;}

/* Section Title and Text */
.sec_title {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.sec_text {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
}

.popup_text {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #552546;
}

/* Form Text */
.form_text {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

/* Left Nav Style */
.leftnav {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 11px;
}
.leftnav_sub {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding-left: 11px;
}

/* Bottom Nav Style */
.bottom_nav {
  font: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

/* Image Style */
.img {
  border: 1px solid #241510;
}