/**
 * Stylesheet for Electos styles (meaning styles from the website that should
 * be applied inside Electos).
 *
 * $Id: ElectosStyles.css,v 1.5 2007/04/18 17:40:04 Jakob Kruse Exp $
 *
 * Note: these classes correspond with the names of Document Structure Items.
 * They are used to set the default format for these elements in both the studio
 * and website.
 */

.Title, .Heading1, .Heading2, .Heading3, .NewsTitle
{
  font: bold 11pt Arial, sans-serif;
  color: #8d8d8d;
}

.Text, .NewsDate, .NewsArchive, .BodyTextRed, .Normal, .Text table, .SearchTable
{
  font: 9pt/150% Arial, sans-serif;
  /* color: #666666; */
  color: black;
}

a
{
  color: #3b409a;
  text-decoration: none;
  font-weight: bold;
}

a:active
{
}

a:hover
{
  text-decoration: underline;
}

a:visited
{
}

/**
 * Note: the names of the styles "Heading1", "Heading 2", "Heading 3", "Normal"
 * and "BodyTextRed" must correspond with the predefined style names in Electos.
 * The formatting however may differ. Changing the format will affect both the
 * appearance in Electos Studio and the website.
 */

.Heading1
{
  /* defined above */
}

.Heading2
{
  /* partly defined above */
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}

.Heading3
{
  /* partly defined above */
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}

.Normal
{
  /* defined above */
}

.BodyTextRed
{
  /* partly defined above */
  color: red;
}