@charset "utf-8";
/* CSS Document */

body
{
	font-family:arial;
	font-size:11px;
	margin-top: 10px;
	margin-left:20px;
}

td
{
	font-family:arial;
	font-size:11px;
}


a.nyhetslink:link, a.nyhetslink:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #04202e;
}    
a.nyhetslink:hover, a.nyhetslink:active
{
    text-decoration: underline;
    font-weight: bold;
    color: #04202e;
}

.button
{
	font-family:arial;
	font-size:11px;
}

.label
{
	width:75px;
}

.fp_headline
{
	font-size:12px;
	font-weight: bold;
}

input[type=text]
{
	width:200px;
}

select
{
	width:206px;
}