/* The following section of font information is editable by clients via Diamond Cutter */

/* TITLES */
FONT.T {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #E7D68C;
}

/* TITLES, SUB */
FONT.TS {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #FFFFFF;
}

/* PARAGRAPH & General Text Usage */
FONT.P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.5pt;
  color: #FFFFFF;
}

/* FORMS */
FONT.F {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
}

/* HIGHLIGHTS */
FONT.H {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
}

/* HIGHLIGHTS, ROTATING DIAMOND CUTTER */
FONT.HD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
}

/* CAPTIONS */
FONT.C {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  color: #FFFFFF;
}

/* EXPERT CARD */
FONT.E {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
}

/* BRANDING & DISCLAIMERS*/
FONT.B {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  color: #FFFFFF;
}

/* NAVIGATION TEXT */
FONT.N {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
}

/* SITE MAP */
FONT.M {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  color: #FFFFFF;
}

/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Seeding */
FONT.X1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.0pt;
  color: #FFFFFF;
}

/* For Dictionary */
FONT.X2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25.0pt;
  color: #FFFFFF;
}

/* The following are global conditions for all pages, and are NOT editiable by the client via Diamond Cutter, for this version. */

A.M:VISITED {
  color: #E7D68C;
  text-decoration: none;
}

A.M:LINK {
  color:  #E7D68C;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #FF9933;
  text-decoration: none;
}

A:LINK {
  color: #FF9933;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

BODY {
  background-color: #336666;
  color: #FFFFFF;
}

#MyCompany {
display:none;
}

