body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	padding-top:0px;
	margin-top:0px;
	background:#F4EEE8;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	padding: 0 0 10px 0;
}

.white { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF
}

.bold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000 
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
}

#button {
	float:left;
	height: 29px;
	width: 128px;
	background-image:url(../images/button.gif);
	padding: 0;
	position: relative;
	padding-top:34px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

#button:hover {
	background-image:url(../images/button_over.gif);
}

#button a {
	color: #FFFFFF;
	text-decoration:none;
}

#title {
	width:780px;
	height:37px;
	line-height:37px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/patch_bg.jpg);
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

.borderdownlight {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EFE6DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
}

