body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.NormalGreyArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-variant: normal;
}

.BorderAllSides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #838383;
	border-left-color: #838383;
	padding-right: 5px;
	padding-left: 5px;
}

.BorderAllSidesBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #838383;
	border-left-color: #838383;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #838383;
}

.ShowAll {
	background-image: url(../swe/images/images/showall_normal.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 74px;
}

.ShowAllEng {
	background-image: url(../swe/images/images/showall_normal_eng.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 74px;
}

.ShowAllEng:hover {
	background-image: url(../swe/images/images/showall_hover_eng.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 74px;
}


.MyDropDown {
	height: 30px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}


.ShowAll:hover {
	background-image: url(../swe/images/images/showall_hover.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 74px;
}

.BorderBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #838383;
	border-right-color: #838383;
	border-left-color: #838383;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #838383;
}


.TableTopBottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #838383;
	border-right-color: #838383;
	border-left-color: #838383;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../swe/images/images/table_top_background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	margin-left: 5px;
	text-align: left;
	vertical-align: middle;
}


.TableTopBorderAllSides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #838383;
	border-left-color: #838383;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../swe/images/images/table_top_background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	margin-left: 5px;
	text-align: left;
	vertical-align: middle;
}

.BorderTopBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #838383;
	border-right-color: #838383;
	border-left-color: #838383;
	padding-right: 5px;
	padding-left: 5px;
}


.EvenTable {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F2F2F2;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666;
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #838383;
	border-bottom-color: #838383;
	border-left-color: #838383;
}

.OddTable {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F5F5F5;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #838383;
	color: #666;
}


a {
	text-decoration: none;
	color: #06F;
}

a:hover {
	color: #09F;	
}

a:visited {
	color: #909;
}



.LeftContainer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	top: 0px;
	background-color: #F0FAFF;
}

.BottomTableBorder  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-style: solid;
}

.BottomTableNoBorder  {

	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-style: solid;
}



.NameListGreyMedium {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	top: 0px;
	background-image: url(../swe/images/accordion-list.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	vertical-align: middle;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	width: 555px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.newsdivider {
	text-decoration: none;
	background-image: url(../swe/images/images/bolmensweden_news_divider.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 20px;
	width: 100%;
}

.big_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #333333;
	font-weight: bolder;
	padding-left: 10px;

}


.medium_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	font-weight: bolder;
	padding-left: 10px;

}

.small_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	color: #333333;
}

.normal_level_1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	width: 500px;
	padding-left: 10px;
	border-left-style: 10;


}

.normal_level_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	width: 500px;
	margin-left: 10px;
	left: 15px;

}

.normal_level_2_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	width: 530px;
	margin-left: 0px;
	left: 15px;
	background-color: #F3F3F3;


}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: center;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.BlueTableItem {
	padding: 2px 10px 1px 5px;
	background-color: #0086A8;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	border-top: 1px none #0053CE;
	border-right: 1px solid #0053CE;
	border-bottom: 1px none #0053CE;
	border-left: 1px solid #0053CE;






}
.BlueTableItem2 {
	padding: 1px 10px 1px 5px;
	background-color: #00ACE6;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	border-top: 1px solid #0053CE;
	border-right: 1px solid #0053CE;
	border-bottom: 1px solid #0053CE;
	border-left: 1px solid #0053CE;



}
.BlueTableItemHeadline {
	padding: 2px 0px 2px 5px;
	background-color: #999999;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;


}
.NormalText12 {

	padding: 5px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
}
.NormalText12Bold {


	padding: 5px 0px 0px 5px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
}
.AutoPollBackground {
	width: 280px;
	background-repeat: repeat-x;
	position: absolute;
	border: 1px none #666666;
	background-color: #FFFFFF;
	padding: 5px;
	top: 0px;
}
.AutoPolFieldSetQuestion {
	width: 325px;
	background-repeat: no-repeat;
	position: relative;
	border: 1px solid #FFFFFF;
	background-image: url(/swe/images/poll/poll-backround.blue.png);
	height: 400px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 15px;
}
.AutoPollLeftTable {
	background-repeat: repeat-x;
	position: relative;
	border: 1px none #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 50px;
	text-align: right;
	font-weight: bold;
}
.AutoPollRightTable {
	background-repeat: repeat-x;
	position: relative;
	border: 1px none #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 150px;
	vertical-align: middle;
	text-align: left;
}
.AutoPolFieldSetResult {
	width: 225px;
	position: relative;
	border: 1px none #666666;
	background-image: url(/swe/images/poll/poll-result-backround-blue.png);
	height: 260px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
	margin-top: 40px;
	text-align: center;
}
.AutoPollLegendQuestion {
	width: 133px;
	background-repeat: no-repeat;
	position: relative;
	border: 1px none #FFFFFF;
	background-image: url(/swe/images/poll/vote.png);
	height: 33px;
	z-index: 300;
	margin-left: 60px;
	margin-top: 5px;
}
.AutoPollLegendResult {
	width: 133px;
	background-repeat: no-repeat;
	position: relative;
	border: 1px none #FFFFFF;
	background-image: url(/swe/images/poll/result.png);
	height: 33px;
	z-index: 300;
	left: 28px;
	top: 8px;
	margin-top: 5px;
}
.AutoPollAllreadyVoted {
	width: 182px;
	background-repeat: no-repeat;
	position: relative;
	border: 1px none #FFFFFF;
	background-image: url(/swe/images/poll/allreadyvoted.png);
	height: 35px;
	z-index: 300;
	top: 5px;
	bottom: 20px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 25px;
}
.AutoPollThanks {
	width: 182px;
	background-repeat: no-repeat;
	position: relative;
	border: 1px none #FFFFFF;
	background-image: url(/swe/images/poll/thanks.png);
	height: 35px;
	z-index: 300;
	top: 5px;
	bottom: 20px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 25px;
}
.AutoPollTextContainer {
	background-repeat: no-repeat;
	position: relative;
	border: 1px none #FFFFFF;
	z-index: 300;
	clip: rect(auto,auto,auto,auto);
	width: 170px;
	margin-top: 35px;
}
.AutoPollQuestionBackground {
	background-repeat: no-repeat;
	position: relative;
	border: 1px none #FFFFFF;
	z-index: 300;
	clip: rect(auto,auto,auto,auto);
	background-image: url(/script/poll-question.png);
	margin: 5px;
	height: 140px;
	width: 227px;
	padding: 10px;
}
.medium_headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;

}
.image-border-right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #333333;
	width:320pz;
	float:right;
}
.image-border-left {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #333333;
	width:320pz;
	float:left;
}
.medium_headline2_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 0px;
}
.image-border-right-text {
	width:320pz;
	float:right;
	
}
.image-border-left-text {
	width:320pz;
	
}
.image-text {
	border: 2px none #333333;
	width:320pz;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 10px;
	font-style: italic;
}
.medium_headline2_bold_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
	background-image: url(/swe/images/blue_divider_20px.jpg);
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 4px;
}
.RightContainer {
	ssborder-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	top: 0px;
	border-top-style: solid;
	width: 518px;
	background-color: #F5FBFC;
	border-top-width: 1px;
	padding-bottom: 5px;
	margin-left: 1px;
	border-bottom-style: solid;
}

