body {
	padding: 0px;
	margin: 0px;
	color: #21425E;
	font-family: Tahoma;
	background-image: url(images/bg.gif); 
	background-repeat: repeat-y;
	background-color: #daecf5;
}
.cont{
	margin-left: 174px;
	width: 500px;
	padding: 0px 8px 0px 8px;
	font-size: 14px;

}
.mtb{
	border-top: 8px solid White;
}
.bgl{
	border-top: 8px solid White;
	border-bottom: 8px solid White;
	background-color: #5581BB;
}
a:link{
	font-weight: bold;
	text-decoration: none;
	color: #2D507D;
}
a:visited{
	color: #2D507D;
	text-decoration: none;
}
a:hover {
	color: #FF4500;
}
a.link{
	background-color: #5581BB;
	float: left;
	padding: 8px 20px 8px 20px;
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #E2E9F5;
}
a.link:hover{
	background-color: #94AFD3;
}
#act{
	background-color: #94AFD3;
}
.ap_links{
	border-bottom: 3px dotted White;
	margin: 0px 8px 0px 8px;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}
.tekst{
	width: 300px;
	padding: 8px;
	margin: 8px;
	margin-right: 0px;
	background-color: White;
	border-right: 1px solid #99C1C6;
	border-bottom: 1px solid #5F9EA0;
}
.mtopsl{
	margin-top: 8px;
	margin-left: 7px;
	border: 3px solid White;
}
img{
	border: 0px;
}
.row1{
	background-color: #BFE4FB;
	font-size: 13px;
}
.row2{
	background-color: #E0F2FC;
	font-size: 13px;
}
.tdwid{
	width: 175px;
}
.tdwid2{
	width: 125px;
}
.tdwid3{
	width: 240px;
}
.pad_c{
	padding: 5px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #6CB1D9;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 3px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;

}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
padding: 2px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background: #6CB1D9;
color: White;
padding: 5px;
z-index: 5;
}


.footer{
	border-top: 3px dotted White;
	margin: 8px;
	padding-top: 10px;
	font-size: 12px;
}
h3 {
	padding: 3px;
	margin: 3px;
}

