/* Import classes */
@import url(classes.css);
/* Import IDs */
@import url(ids.css);

a { color: #3333ff }

a:link {
  color: #3333ff;
  font-size: 100%;
}

a:hover {
  color: #ff0000;
  font-size: 100%;
}

a:visited {
  color: #6633f0;
  font-size: 100%;
}

body {
  color: #000000;
  background-color: #f0f0f0;
  background-image: url("images/bg_2.gif");
  background-position: top left;
  background-attachment: fixed;
  background-repeat: repeat-y;
}

dd {
  text-align: left;
  font-family: "Times New Roman", "Verdana", serif;
  font-size: 12pt;
  margin-left: 1em;
}

dt {
  font-size: 14pt;
}

h1 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}

h3 {
  font-family: "Arial", "Helvetica", sans-serif;
}

h4 {
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 0in;
}

h5 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Times New Roman", "Verdana", serif;
}

h6 {
  text-align: center;
  font-style: italic;
  font-family: "Arial", "Helvetica", sans-serif;
}

img {
  border-width: thin;
  border-style: solid;
  border-color: #000000;
}

.links {
  border-width: thin;
  border-style: solid;
  border-color: #3333ff;
}

.links:hover {
  border-width: medium;
  border-style: solid;
  border-color: #ff0000;
}

.links:visited {
  border-width: thin;
  border-style: solid;
  border-color: #6633f0;
}

p {
  text-align: left;
  font-family: "Times New Roman", "Verdana", serif;
  font-size: 12pt;
}

table.mlinks {
  background-color: #000000;
  border-color: #00ff00;
  border-width: 3px 3px 3px 0;
  border-style: outset;
  margin: 0;
  width: 106px;
  padding: 0;
  z-index: 1;
}

table.pborder1 {
  border-width: 0;
  border-collapse: separate;
  border-spacing: 8px;
  border-style: outset;
  padding: 0;
  width: 100%;
}
table.pborder2 {
  border-width: 2px;
  border-collapse: separate;
  border-spacing: 8px;
  border-style: outset;
  padding: 0;
  width: 25%;
}

