/* Body, fonter, marginaler, scrollbar */

body {
	background: white;
	font-family:'Arial', 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 11px;
	line-height: 2.5em;
	letter-spacing: 2px;
	color: #222222;
	margin: 0px 0px 0px 0px;

}

/*	Text  */

p	{
	line-height: 2.5em;
}

td      {
	background: white;
	font-family:,'Arial', 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 11px;
	line-height: 2.5em;
	letter-spacing: 2px;
	color: #222222;
	padding:0px;
}

p.copy {	
	color: #222222;
	font-size: 9px;
}

input {
	font-family:,'Arial', 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 11px;
	color: #222222;
}


/*	Länkar  */

a:link {
	font-size: 11px;
	line-height: 2.5em;
	color: #000000;
	text-decoration: none;
}	

a:visited {
	font-size: 11px;
	line-height: 2.5em;
	color: #000000;
	text-decoration: none;
}			

a:hover {
	font-size: 11px;
	line-height: 2.5em;
	text-decoration: none;
	color: #d8f011;
}

a:active {
	font-size: 11px;
	line-height: 2.5em;
	text-decoration: none;
	color: #d8f011;
}

a.vislink:link {
	color: #000000;
	border-bottom: 1px dotted;
   	border-bottom-color: #d8f011;
}	

a.vislink:visited {
	color: #000000;
	border-bottom: 1px dotted;
   	border-bottom-color: #d8f011;
}			

a.vislink:hover {
	color: #000000;
	border-bottom: 1px dotted;
   	border-bottom-color: #d8f011;
}

a.vislink:active {
	color: #000000;
	border-bottom: 1px dotted;
   	border-bottom-color: #d8f011;
}
/* Horizontal ruler */

hr {
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	text-align: left;
	margin: 0 auto 0 0;
}

.nowrap { white-space: nowrap; }
}
</style>