/* basic elements */

BODY {
  color:             #333333;
  background-color:  #ffffff;
  padding:           0px 0px 0px 0px;
  margin:            0px 0px 0px 0px;
}
BODY,P,DIV,DD,DT,DL,UL,OL,TD,INPUT,SELECT,TEXTAREA {
  font-size:     12px;
  line-height: 120%;
}
h1,h2,h3,h4,h5,h6,em{
  font-size : 12px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}
pt11{
  font-size:     11px;
  line-height: 100%;
}
small{
  font-size:     10px;
  line-height: 120%;
}
big{
  font-size:     14px;
}
A:link {
  color:             #cc0000;
  background-color:  transparent;
  text-decoration:   none;
}
A:visited {
  color:             #990000;
  background-color:  transparent;
  text-decoration:   none;
}
A:hover {
  color:             #ff0000;
  background-color:  transparent;
  text-decoration:   underline;
  cursor:            hand;
}
A:active {
  color:             #ff0000;
  background-color:  transparent;
  text-decoration:   underline;
  cursor:            hand;
}
/* colours with frequency */

.white     {
  color:#ffffff;
}
.gray      {
  color:#666666;
}
.gray9     {
  color:#999999;
}
.grayc     {
  color:#cccccc;
}
.black     {
  color:#000000;
}
.red       {
  color:#ff0000;
}
.orange    {
  color:#ff6600;
}
.green     {
  color:#006600;
}
.cyan      {
  color:#0077bd;
}
.blue      {
  color:#377DB8;
}
.cobalt    {
  color:#0011aa;
}
.mdgrn     {
  color:#3399cc;
}
.pink      {
  color:#FF738C;
}
/* end of file */

.small{
  font-size : 10px;
  letter-spacing : 0px;
}
.copy{
  font-size : 22px;
  font-weight : bolder;
  text-indent : 24px;
}

