/* General */

body {
  color: #000000;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}

body, textarea, input {
  font-family: arial, helvetica, sans-serif;
}

a {
  color: #0000cc;
  text-decoration: none;
}

a:visited {
  color: #0000cc;
}

a:hover {
  color: #0000cc;
  text-decoration: underline;
}

a:active {
  color: #0000cc;
  text-decoration: none;
}

abbr, acronym, .abbr {
  border: 0px;
  cursor: help;
  background: url(/includes/images/dots.gif) bottom left repeat-x;
}

img {
  border: 0px;
}

p {
  text-indent: 0px;
}