/* Standard Cascading Stylesheet for TLC */
/* Peter Pilgrim 07 April 2004 */

/* Standard HTML Tag styles */
body { 
  font-family: Verdana, Arial, Helvetica, San-Serif;
  font-size: 12pt;  
}

p { 
  font-family: Verdana, Arial, Helvetica, San-Serif;
  font-size: 12pt;  
}

/* Custom styles */

.portal-background {
  background-color: #E0E0FF
}

.text {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
}

.buff_pink {
  background-color: #DE5277;
}

.sailor_blue {
  background-color: #375171;
}

.top_menu_marker_backgrd { 
  background-color: #00007F;
}

.header_marker {
  font-family: Helvetica, Arial, San-Serif;
  font-size:  14pt;
  font-weight: bolder;
}

.buff-pink-fgcolor {
  color: #DE5277;
}

.buff-pink-bgcolor {
  background-color: #DE5277;
}

.sailor-blue-fgcolor {
  color: #375171;
}

.sailor-blue-bgcolor {
  background-color: #375171;
}

/* End */
