/* CSS Document */
/* Länkar */

a:link {
	color: #5B92E6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B92E6;
}

a:active {
	text-decoration: none;
	color: #5B92E6;
}
a:hover {
	text-decoration: underline;
	color: #5B92E6;
}

BODY, P, TD	{ 
font-size: 12px ; color: #000000; font-family: arial;
}

.line {
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #000000;
}

.no_bg { 
background-repeat: no-repeat;
}
EMBED{width:0px;height:0px;}