/* Text */

* > h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top:		0px;
}

p, h1, h2, h3, h4, h5, h6 {
	color:			#707173;
}

span, .quote {
	color:			#707173;
}

h1, .span_h1 {
	color:			#000000;
	font-size:		24px;
	line-height:		1.3em;

}

h2, .span_h2 {
	color:			#3C5686;
	font-size:		17px;
	line-height:		1.4em;
}

h3, .span_h3 {
	color:			#273D65;
	font-size:		15px;
	font-weight:		bold;
	line-height:		1.3em;
}

h4, .span_h4 {
	color:			#273D65;
	font-size:		13px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 2 */
h5, .span_h5 {
	color:			#273D65;
	font-size:			13px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 3 */
h6, .span_h6 {
	color:				#000;
	font-size:			12px;
	font-weight:		bold;
	line-height:		1.3em;
}

h1.white, h2.white, h3.white, h4.white, span.white {
	color:			#fff;
}

h1.blue, h2.blue, h3.blue, h4.blue, span.blue {
	color:			#273D65;
}

h1.lime, h2.lime, h3.lime, h4.lime {
	color:			#b1cd49;
}

h1.red, h2.red, h3.red, h4.red {
	color:			#c11659;
}

h1.green, h2.green, h3.green, h4.green, span.green {
	color:			#74875C;
}

h1.grey_light, h2.grey_light, h3.grey_light, h4.grey_light, span.grey_light {
	color:			#c5c6c8;
}

.quote {
	font-family:		'times new roman', verdana, arial, helvetica;
	font-size:		17px;
	font-style:		italic;
	display:		block;
}

.bold {
	font-weight:		bold;
}

/* News special */

a.news_header, a.news_header_sel {
	color:			#707173;
	font-size:		24px;
	line-height:		1.3em;
	text-decoration:	none;
}

a.news_header_sel {
	color:			#000000;
}

span.news_update_header {
	color:			#000000;
	font-size:		14px;
	font-weight:		bold;
	line-height:		1.3em;
	text-decoration:	none;
}

/* Links */

a {
	color:			#666666;
}

a.white {
	color:			#fff;
}

.br, .br_dbl, .img_border {
	display:			block;
}

.br_dbl {
	margin-top:			15px;
	margin-bottom:		15px;
}

.clear {
	clear:				left;
}

/* Form */

div.default_form_label {
	border:			1px dotted #ff0000;
	width:			125px;
	height:			20px;
}

div.default_form_button {
	border:			0px dotted #ff0000;
	width:			14px;
	height:			14px;
	float:			left;
	overflow:		visible;
}

label.default_form, input.default_form {
	display:		block;
	width:			200px;
	float:			left;
	margin-bottom:		10px;
}

input.default_form {
	border:			1px solid #666666;
	float:			left;
}

label.default_form {
	text-align:		left;
	width:			130px;
	padding-right:		20px;
	font-size:		12px;
}

br {
	clear: left;
}

/* Images */

img {
	border:			0;
}

.img_left, .img_left_border {
	float:			left;
	margin:			0px 10px 5px 0px;
}

.img_right, .img_right_border {
	float:			right;
	margin:			0px 0px 5px 10px;
}

.img_center, .img_center_border {
	margin:			0px 0px 5px 0px;
	display:		block;
	margin-left:		auto;
	margin-right:		auto;
}

.img_border, .img_left_border, .img_right_border, .img_center_border {
	border:			1px #333 solid;
}

.text_italic {
	font-style:		italic;
}

.link {
	color:			#666666;
}

.br, .br_dbl, .img_border {
	display:		block;
}

.br_dbl {
	margin-top:		15px;
	margin-bottom:		15px;
}

.clear {
	clear:			left;
}


/* Copyright & W3 standards*/
.text_copy {
	font-size:		11px;
	color:			#c5c6c8;
}

.link_copy {
	font-size:		11px;
	color:			#fff;
}

.img_w3xhtml1 {
	margin:			5px 0px 0px 0px;
}


/* Tables & inputs */
#tbl_intr {
	width:			240px;
	border:			0;
}

#tbl_intr td1 {
	width:			40px;
}

#tbl_intr td2 {
	width:			200px;
}

.tbl_intr_inp {
	width:			200px;
}

.tbl_intr_text {
	width:			200px;
	height:			50px;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
}

