.background_cream { 
  background-color: RGB(255,249,252)
}

.background_burgundy { 
  background-color: RGB(143,17,49)
}

.background_chocolate { 
  background-color: RGB(115,85,44)
}

.right_align { 
  vertical-align: top;
  text-align: right;
}

.left_align { 
  vertical-align: top;
  text-align: left;
}

.text_main { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: small;
  font-weight: normal;
  font-style: normal;
  color: RGB(68,51,30);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
  background-color: RGB(255,249,252);
}

.text_copyright_left { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: xx-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(255,249,252);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}

.text_copyright_right { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: xx-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(255,249,252);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: right;
}

.frame_right { 
  background-color: RGB(255,249,252);
  vertical-align: top;
  text-align: left;
}

.frame_left { 
  background-color: RGB(255,249,252);
  vertical-align: top;
  text-align: left;
}

A:link { 
text-decoration: underline; 
color: RGB(143,17,49);
}

A:visited { 
text-decoration: underline; 
color: RGB(143,17,49);
}

A:active { 
color: RGB(115,85,44);
}

A:hover	{ 
text-decoration: none; 
color: RGB(115,85,44);
}