  BODY
{
  color: #000000;
  background-color: #97AABF;
  margin: 0px;
}
  
  H1
  {
  font-family: Verdana, Helvetica ,sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  }
  
  H2
  {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  }
  
  H3
  {
  font-family: Verdana, Helvetica ,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px 0;
  }
  
  P
  {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  margin-top: 0px;
  line-height: 130%;
  margin-bottom: 10px;
  }
  
  ul
  {
  font-family:Verdana,Arial,Helvetica;
  font-size: 11px;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: -5px;
  }
  
  ol
  {
  font-family:Verdana,Arial,Helvetica;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: -5px;
  }
  
  blockquote
  {
  font-family:Verdana,Arial,Helvetica;
  font-size: 11px;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: -5px;
  }
  
  input, select, textarea
  {
	  font-family: Verdana, Arial, Helvetica;
	  font-size: 10px;
	  margin-top: 0px;
  }
  
  A:link { color: #000; text-decoration: none; }
  A:visited { color: #000; text-decoration: none; }
  A:active { color: #000; text-decoration: none; }
  A:hover { color: #000; text-decoration: underline; }
  
  div#login
  {
    font-family: Verdana, Arial, Sans-Serif;
    width: 240px;
    padding: 5px;
    font-size: 11px;
    text-align:left;
  }
  
  div#top
  {
    background-color: #1A4168;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #FFF;
    height: 20px;
    padding: 7px 10px 5px 10px;
    border-bottom: 1px solid #97AABF;
  }
  div#content
  {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    border-top: 1px solid #666;
  }
  .text a, .text a:visited, .text a:hover, .text a:active
  {
  	color: Blue;
  }
  div#leftmenu
  {
    float: left;
    width: 210px;
    margin-top: 10px;
  }
  div#main
  {
	/* BT#61 justerat för placering när testindikatorn visas. */
    position: relative;
    width: 700px;
    top: 10px;
    left: 5px; 
    z-index: 1;
    float: left;
    background-color: #FFF;
    padding: 3px;
    margin: 3px;
    border: 1px solid #666;
  }
  div#mainmedium
    {
  	/* BT#61 justerat för placering när testindikatorn visas. */
      position: relative;
      width: 800px;
      top: 10px;
      left: 5px; 
      z-index: 1;
      float: left;
      background-color: #FFF;
      padding: 3px;
      margin: 3px;
      border: 1px solid #666;
  }
  div#mainwide
    {
  	/* BT#61 justerat för placering när testindikatorn visas. */
      position: relative;
      width: 1000px;
      top: 10px;
      left: 5px; 
      z-index: 1;
      float: left;
      background-color: #FFF;
      padding: 3px;
      margin: 3px;
      border: 1px solid #666;
  }
  div#menucontent
  {
    background-color: #FFF;
    padding: 3px;
    margin: 3px;
    border: 1px solid #666;
  }
  .bread
  {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    margin-top: 0px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .breadsmall
  {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    margin-top: 0px;
    line-height: 130%;
    margin-bottom: 10px;
  }