BODY
 {
    FONT-FAMILY: Arial,Arial Baltic,sans-serif;
    FONT-SIZE: 10pt;
	scrollbar-face-color : #003399; 
	scrollbar-highlight-color : #8DB1F2; 
	scrollbar-shadow-color : #4886C2; 
	scrollbar-3dlight-color : #70A0CF; 
	scrollbar-arrow-color : #CC3399; 
	scrollbar-track-color : #CFDFEF; 
	scrollbar-darkshadow-color : #000000;
  }

p,td,th
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:10pt;
    margin-left:3mm;
    margin-right:3mm;
 }

div,h1,h2,ul,address,blockquote,nobr
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:10pt;
 }

ol,li
 {
    text-align:justify;
 }

h3
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:12pt;
 }

h4
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:12pt;
 }

h6
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:7pt;
    font-style:normal;
    margin-left:3mm;
    margin-right:3mm;
 }

small
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:7pt;
 }

td.h2b2
 { 
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:9pt;
 }

td.h2w1
 {
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:9pt; FONT-WEIGHT: bold; COLOR: #F5F5F5;
    text-transform: uppercase; 
    filter:dropshadow(color=#480000, offx=1, offy=1);
 }

td.h2w2
 { 
    font-family:Arial,Arial Baltic,sans-serif; 
    font-size:9pt; COLOR: #F5F5F5;
 }

A.h2w1
 {
    font-family:Arial,Arial Baltic,sans-serif;
    font-size:9pt; FONT-VARIANT: bold; COLOR: #F5F5F5;
    filter:dropshadow(color=black,offx=2,offy=2,positive=1);
 }

A:link { text-decoration:none; color:#003399 }
A:visited { text-decoration:none; color:#003399 }
A:active { text-decoration:none; color:#0000D0 }
A:hover { text-decoration:none; color:#990022; }

A.dok:link { text-decoration:none; color:#f5f5f5 }
A.dok:visited { text-decoration:none; color:#f5f5f5 }
A.dok:active { text-decoration:none; color:#f5f5f5 }
A.dok:hover { text-decoration:underline; color:#f5f5f5; }

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 150;
}
