body {
    font-size: 12px;
	background-color: #3399CC;
    font-family: Verdana, Arial, Helvetica, Tahoma, SansSerif, serif
}

p, li, td, div {
    font-size: 12px;
    font-weight: normal
}

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

h1 {
    font-size: 11pt; 
    font-weight: bold; 
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px
}

h4 {
    font-size: 9pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 6px
}

h5 {
    font-size: 8pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}

h6 {
    font-size: 7pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}

a {
	color: #3399FF;
    text-decoration: underline
}

A:hover {
    color: #9999FF;
    text-decoration: underline
}

a img {
    border: none
}

/* Meny */
a.tmenu {
    font-size: 7px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white
}

A.tmenu:hover {
    font-size: 7px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFAA
}

/* Egne klasser */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399FF;
}
.style2 {
	color: #048FED;
	font-weight: bold;
}

.style3 {color: #3399FF; font-size: 11px;}
.style4 {color: #3399FF}

/* Utskrift av nyhetsartikler */

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