body, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
h1
{
	color: #d2691e; /*chocolate*/
	font-size: 18pt;
	border-bottom: black 1px solid;
	width: 90%;
}
h2
{
	color: #993300;
	font-size:12pt;
}
h3
{
	color: #993300;
	font-size:10pt;
}


/* Side oppbygging */
#pageFrame{
	position:absolute;
	background-color:#d2691e; /*chocolate*/
	top:50%;
	left:50%;
	width:637px;
	height:auto;
	margin-left:-318px;
	margin-top:-155px;
}
#header {
	position:relative;
	top:6px;
	left:6px;
	width:625px;
	height:180px;
	background-color: #ff9933;
}
DIV.divider {
	position:relative;
	height:6px;
	background-color:#d2691e; /*chocolate*/
	display:block;
	overflow:hidden;
}
#content {
	position:relative;
	left:6px;
	overflow:hidden;
	_padding-top: 6px;
	background-color: #ff9933;
	width:625px;
	height:auto;
	text-align:center;
	margin-bottom:6px;
}
#topLayer {
	position: absolute;
	background-color:#d2691e; /*chocolate*/
	top:100px;
	left:50%;
	width:637px;
	height:auto;
	margin-left:-318px;
	text-align:center;
	vertical-align:middle;
	
}

/* Slutt side oppbygging */
.colortext
{
	color: #993300;
}
.largeColorText
{
	color: #993300;
	font-size: 12pt;
	font-weight:bold;
}
A
{
	text-decoration: none;
}
A:link, A:visited {
	color: #993300;
}
A:hover
{
	text-decoration: underline;
}
