﻿#contents 
{
background: #FFFFFF
}

body 
{
background: #FFFFFF
}

html 
{
background: #FFFFFF
}

body 
{
background-image: url("images/lemming2.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
font-family: Arial, sans-serif
}

.italic
{
font-style:italic;
}
.noborder
{
border: 0px
}

acronym
{
border-bottom:1px dashed #000000; 
cursor:help;
}

img
{
border: 0px
}

img.border
{
border-style: solid; 
border-width: 1px;
border-color: #000000;
}

img.logo
{
position:absolute;
height: 111px;
width: 111px;
left:10px;
top:10px;
z-index:0
}
img.left
{
float: left;
margin-right: 10px;
margin-bottom: 5px
}
img.right
{
float: right;
margin-left: 10px;
margin-bottom: 5px;
}
img.metro
{
vertical-align: top;
margin-left: 10px;
}
img.start
{
float: left;
margin: 0px;
}

a:active
{
color: #707070; 
text-decoration: underline 
}

a:link
{
color: #707070; 
text-decoration: underline 
}
a:visited 
{
color: #000000; 
text-decoration: underline 
}
a:hover 
{
color: #909090; 
text-decoration: none; 
background: #FFFFFF
}

h4
{
text-align: center;
color: black;
font-family: Verdana, sans-serif
}

h2
{
text-align: center;
color: black;
font-family: Verdana, sans-serif
}

h1
{
text-align: center;
color: black;
font-family: Verdana, sans-serif
}
h3
{
text-align: left;
color: black;
font-family: Verdana, sans-serif;
text-decoration: underline
}

div.block
{
font-weight: bold;
font-size: 105%;
text-align: justify;
margin-left: 14%;
margin-right: 14%
}
div.pers
{
font-weight: bold;
font-size: 105%;
text-align: justify;
margin-left: 14%;
margin-right: 1%
}

div.center
{
font-size: 105%;
text-align: center
}
div.tight
{
font-weight: bold;
font-size: 105%;
text-align: left;
margin-left: 30%;
margin-right: 20%
}

table
{
width: 65%;
margin-left: 7%;
border-style: none
}

th.wide
{
font-weight: bold;
text-align: left;
text-decoration: underline
}

th.slim
{
font-weight: bold;
text-align: left;
text-decoration: underline
}

td.wide
{
text-align: left;
width: 67%
}

td.slim
{
text-align: left;
width: 33%;
padding-top: 4px
}

p
{
clear: both
}

p.indented
{
font-size: 100%;
text-align: left;
margin-left: 4%
}
p.center
{
font-size: 100%;
text-align: center;
}

ul.inside 
{
list-style-image: url("images/bullet.jpg");
list-style-position: inside;
}
ul.outside 
{
list-style-image: url("images/bullet.jpg");
list-style-position: outside;
}
ul.bold 
{
list-style-image: url("images/bullet.jpg");
font-weight: bold;
list-style-position: outside;
list-style-type: disc
}
ol.outside 
{
list-style-position: outside;
}

#footer 
{
position: relative;
bottom: 0;
width: 100%;
font-size: 80%;
text-align: center;
}

