/* 	-------------------------------------------------------------
	standard
	-------------------------------------------------------------*/

	body {
		/* default body settings*/
		font-family: 		verdana, arial, sans-serif;
		font-size: 			11px;
		line-height:		11pt;	
		font-weight: 		normal;

		margin-top:			0px;
		margin-bottom:		0px;
		margin-right:		0px;
		margin-left:		0px;

		background-color:	#FFFFFF;
	}

	p {
		margin-top:			0px;
		margin-bottom:		0px;
		margin-right:		0px;
		margin-left:		0px;
		line-height:		11pt;	
	}
	
	td	{
		vertical-align:		top;

	}
	
	
/* 	-------------------------------------------------------------
	tabeller
	-------------------------------------------------------------*/

	td.double_puff_no_margins {
		width:				306px;
	}
	
	td.double_puff_one_margin {
		width:				300px;
	}
	
	td.double_puff_two_margins {
		width:				294px;
	}
	
	td.double_puff_two_margins_grey {
		width:				294px;
		background-color:	#E2E2E3;
	}
	
	
	
	
	td.narrow_puff_no_margins {
		width:				184px;
	}
	
	td.narrow_puff_two_margins {
		width:				172px;
	}	
	
	td.narrow_puff_two_margins_grey {
		width:				172px;
		background-color:	#E2E2E3;
	}	
		
		
		
		
	td.middle_puff_no_margins {
		width:				422px;
	}
	
	td.middle_puff_one_margin {
		width:				416px;
	}	
	
	td.middle_puff_two_margins_grey {
		width:				410px;
		background-color:	#E2E2E3;
	}	
	



	td.wide_puff {
		width:				415px;
	}
	
	.widegrey {
		background-color:	#F5F7F6;
	}	
	
	
	
	
	td.puffline {
		background-color:	#ffffff;
		padding-top:		6px;
		padding-bottom:		6px;
	}
	
	
/* 	-------------------------------------------------------------
	mellanrum
	-------------------------------------------------------------*/		
			
	
	td.spacer {
		background-color:	#ffffff;
	}
	
	td.whitespace {
		width:				6px;
	}
		
	td.greyspace {
		background-color:	#E2E2E3;
		width:				6px;
	}
	
	td.widespace {
		width:				25px;
	}
		
	
/* 	-------------------------------------------------------------
	texter
	-------------------------------------------------------------*/	
	
	.pufftext{
		font-size: 			11px;
		line-height:		11pt;	
		font-weight: 		normal;
		color:				#000000;
	}
	
	.rubrik_svart {
		font-family: 		helvetica;
		font-size: 			16px;
		font-weight: 		bold;
		color:				#000000;	
	}
	
	.rubrik_grey {
		font-family: 		helvetica;
		font-size: 			16px;
		font-weight: 		bold;
		color:				#787C7F;	
	}
	
	.avregistrera {
		font-family: 		arial, sans-serif;
		font-size: 			11px;
		font-weight: 		normal;
		color:				#67676B;
		letter-spacing: 	0px;
		margin-bottom:		0px;
		margin-top:			5px;
	}
	
	.skickavidare {
		font-family: 		arial, sans-serif;
		font-size: 			11px;
		font-weight: 		normal;
		color:				#000000;
		margin-bottom:		5px;
		margin-top:			5px;
	}	
	
	
/* 	-------------------------------------------------------------
	länkar
	-------------------------------------------------------------*/	
	
	a {
		color: 				#67676B;
		font-weight: 		normal;
		text-decoration: 	none;
	}
	
