
.links {
	font-family: Tahoma;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

A:visited , A:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

img {
		border: 0px;
		margin: 0px;
}

body {
	background: url(images/stenarsnabb.jpg);
	
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0px;
}

#main {
	text-align: center;
	width: 722px;
	border: 2px solid #000000;
	margin: auto;
	background-color: white;
	padding: 10px 0 10px 0;
}

#header-img {
	position: relative;
}

#header-overlay {
	background-color: white;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 182px;
	height: 85px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
}

#header-links {
	background-color: #b5b5b5;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 2px 0px 2px 0px;
	width: 698px;
	margin: auto;
}

/* Fix spacing between links */
#header-links a {
	margin: 28px;
}

#footer {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	background-color: #b5b5b5;
	width: 698px;
	margin: auto;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content table.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#content p.left , #content ul.left, div.left {
	text-align: left;
	margin-left: 120px;
}

#content table {
		font-size: 10pt;
}

#content table.centerleft td {
	text-align: left;
}