
@meta {
  Title: "Artisi@m Style Sheet";
}

H1 {
  font-weight: bold;
  text-align: left;
  font-size: 11pt;
  font-family: "Tahoma", "Arial", "sans-serif";
  color: #3333CC;
}

P {
  font-weight: normal;
  font-size: 11pt;
  font-family: "Tahoma", "Arial", "sans-serif";
  color: #000066;
}

LI {
  font-weight: normal;
  font-size: 11pt;
  font-family: "Tahoma", "Arial", "sans-serif";
  color: #003399;
}

VAR {
  font-family: "Arial";
}

UL {
  font-weight: normal;
  font-size: 11pt;
  font-family: "Tahoma", "Arial", "sans-serif";
  color: #003399;
}

.shortBR {
  font-size: 5pt;
  line-height: 6pt;
}

H2 {
  font-size: 12pt;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #6666cc;
}

H3 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13pt;
  font-weight: normal;
  color: #9999FF;
}

*.white {
  color: white;
}

