<!--

/*
*   COLORS in Carnegie Edge:
*
*   Dark blue:          #000066
*   Dark medium blue:   #003399
*   Light medium blue:  #0066cc (smurf)
*   Light blue:         #b0caea
*   Beige:              #d1cbb2
*   Grey:               #cccccc
*   Red:                #ff0000
*/

/*
* Styles for general HTML elements
*/

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
}

td
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight:100;
}

td.bildtext
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-style: italic;
  font-weight:lighther;
}

td.bildtextvit
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: normal;
}

th
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
th.main
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
}
th.menu
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
}
th.menuhead
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}
p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

input
{
  font-family: Arial;
  font-size: 11px;
  color: #000066;
}


UL LI.link           /* default links */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000066;
}

a:link           /* default links */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}
a:active
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
}
a:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}
a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
}
a.white:link       /* white links, use on dark background */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
a.white:active
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}
a.white:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
a.white:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}

a.menuwhite:link       /* white links, use on dark background */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.menuwhite:active
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
a.menuwhite:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.menuwhite:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}


a.black:link       /* white links, use on dark background */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
a.black:active
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
}
a.black:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
a.black:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
}


body.menu
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: ###050c47;
}
body.bildtext
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-style: italic;
  font-weight:lighther;
}


/*
* Use class="border" and border="1" in img tag on flags when they blen in with bg color
*/

image.border
{
  border-color: #000066;
}



