html, body {
    margin: 5px;
    padding: 0;
}
body {
    color: black;
    font-size: 9pt;
	background-color: #DFE3E6;
    font-family: Verdana, Arial, Helvetica, Tahoma, SansSerif, serif
}

p, li, td, div {
    font-size: 9pt;
    font-weight: normal
}

p {
    margin-top: 8px;
    line-height: 1.25em
}

th {
    font-size: 9pt;
    font-weight: bold
}

h1 {
    font-size: 14pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px
}
h2 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px
}
h3 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px
}
h4 {
    font-size: 10pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 6px
}
h5 {
    font-size: 9pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}
h6 {
    font-size: 8pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}

a {
    text-decoration: none;
    color: #37458e
}
A:hover {
    color: #0000FF;
    text-decoration: underline
}

a img {
    border: none
}

/* Egne klasser */
#Innhold {
	color: black;
    height: 650px;
    overflow: auto;
}

td.banner {
    height: 129px;
    border-bottom: 1px solid #84A2E8;
    background-image:URL(../images/banner.png);
    background-repeat: no-repeat;
}
td.vmeny {
    background-image:URL(../images/meny_bg.png);
}

a.vmeny {
    text-decoration: none;
    color: white
}
a.vmeny:hover {
    color: #FFFFCC;
}
a.submeny {
    text-decoration: none;
    color: white
}
a.submeny:hover {
    color: #FFFFCC;
}
a.vlink {
    text-decoration: none;
    color: white
}
a.vlink:hover {
    color: #FFFFCC;
}

.overskrift {
    padding: 2px;
    width: 175px;
	background-color: #6c8079;
    border: 1px solid #888;
}

/* Utskrift av nyhetsartikler */

.NewsArtTitle {
    color: black
}
.NewsArtSubTitle {
    color: black
}
.NewsArtCredits {
    margin-bottom: 15px;
    font-size: 9px
}
