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

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: 13pt; 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, a:link, a:active { color: #008; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }
a img { border: none }
img { border: none }

/* New classes */

.content { width: 950px; height:100%; background: white;
           border-left: 1px solid #777; border-right: 1px solid #777; }

#ToppBanner { width: 950px; height: 175px; 
              background-image:URL(img/logo.jpg);
              background-repeat: no-repeat }

#MenyLinje { padding-top: 3px; padding-left: 15px; height: 22px;
             border-top: 1px solid #444; border-bottom: 1px solid #444;
             background: #c8c8ff; }
#Innhold { background: white; text-align: left; 
           padding: 12; padding-left: 15px }

th.hdr { background:#DFDFDF; font-size:8pt }
