



					/*	Generell definisjon av skriftstiler	*/
p {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  }

p#small {
  font-family: arial;
  font-size: 10px;
  text-align: left;
  }

p#big {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  }

h1 {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h2 {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h3 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom: 5px;
  }




					/*	Stiler med grønn skrift		*/
div#gronn {
  color: #009900;
  }

div#gronn th {
  color: #009900;
  }

div#gronn td {
  color: #009900;
  }




					/*	Definisjon av listestiler	*/
ol {
  list-style-type: decimal;
  }

ol li ol {
  list-style-type: lower-alpha;
  }

ol li ol li ol {
  list-style-type: lower-roman;
  }

ul {
  list-style-type: square;
  }

ul#nomarker {
  list-style-type: none;
  }

ul#orden {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  }

ul#orden li#head {
  font-weight: bold;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 3px 0px 3px 5px;
  display: block;
  background-color: #ccffcc;
  }

ul#orden li {
  line-height: 16px;
  padding: 0px 0px 5px 5px;
  margin: 0px;
  }
  


li {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  }




					/*	Definisjon av lenkestiler	*/
a {
  color: #009900;
  text-decoration: none;
  }

a:hover {
  color: 33cc33;
  text-decoration: none;
  }

a#name {
  color: black;
  text-decoration: none;
  }




					/*	Definisjon av tabellstiler	*/
td {
  font-family: arial;
  font-size: 12px;
  text-align: center;
  padding: 2px 0px 2px 0px;
  }

th {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 0px;
  }

th#sjef {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px 10px 0px;
  }

table#left td {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  padding: 2px 0px 2px 4px;
  }

table#left th {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px 0px 2px 4px;
  }

table#lefthead th {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px 0px 2px 4px;
  }

table#lefthead th#center {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 4px;
  }
