body {margin : 0;background : #D3E2E6;}
table {margin : 0;}
img {border-width : 0;margin : 0;}
body, td , div , p {font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}
h2 {color:#000080; font : 13px Verdana, Geneva, Arial, Helvetica, sans-serif;}

a:visited {color:#000080; background : transparent;}
a:link {color:#000080; background : transparent;}
a:hover {color : #9C0000; background : transparent;}
a:active {color: #9C0000;background: transparent;}
a.back:visited {
	color: #7171FF;
	background: transparent;
	font-size: 9px;
	text-decoration: none;
}
a.back:link {color:#7171FF; background : transparent;	font-size: 9px;}

ul {color: #000080;}

span.small {font : 9px;}

#topblock {
	position: absolute;
	top: 0px;
	left: 0px;
	height : 75px;
	width : 100%;
	background-color : #313063;
}
#topblock img {
	margin-left : 20px;
	margin-top : 15px;
}
#menublock {
	position: absolute;
	top: 75px;
	left: 0px;
	height : 30px;
	width : 100%;
	background-color : transparent;
	padding-top : 6px;
}
#menublock a:link ,  #menublock a:visited , #menublock a:active {
	color : #313063;
	text-decoration : none;
	font-size : 13px;
	font-weight : bold;
	margin : 0 60px 0 20px;
}
#menublock a:hover {
	color : #9C0000;
}
#skjold {
	position: absolute;
	top: 75px;
	background-color : transparent;
	right : 20px;
	z-index : 10;
}
#contentblock {
	background-color : #fff;
	width : 100%;
	height : 400px;
	position : absolute;
	top : 105px;
	left: 0;
	z-index : 1;
}
div.fr1 {
	float : left;
	position : relative;
	padding-left : 20px;
	margin-top : 30px;
}
div.fr2 {
	float : left;
	width : 33%;
	position : relative;
	padding-left : 20px;
	padding-right : 20px;
}
div.fr3 {
	float : left;
	width : auto;
	height : auto;
	position : relative;
	border : 1px solid #D3E2E6;
	margin-top : 30px;
	margin-left : 30px;
}
div.fr31 {
	float : left;
	width : 400px;
	height : 200px;
	position : relative;
	padding : 20px;
	line-height : 18px;
}
div.fr32 {
	float : left;
	width : 150px;
	height : 200px;
	position : relative;
	line-height : 18px;
}
#bottomblock {
	background-color : #D3E2E6;
	width : 100%;
	height : 200px;
	position : absolute;
	top : 350px;
	left: 0;
}
#btm1 , #btm2 , #btm3 {
	float : left;
	padding : 20px 20px 0 20px;
	position : relative;
	border-right : 1px solid #fff;
	height : 100%;
	width : 25%;
}

h3 {
	background-color : #D3E2E6;
	font : bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #313063;
	padding-left : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}
.italic {
	font-style : italic;
}
.under {
	text-decoration : underline;
}