/*** Global ***/

	body {
		font-family: Arial Unicode MS, Arial, sans-serif;
		background: #FFFFFF;
		margin: 0;
		padding: 0px;
		font-size: small;
		line-height: 1.1;
	}
	
	h1 {
	  font-size: 2em;
	  font-weight: bold;
	  color: #777777;
	  margin: 40px 0px 70px;
	  text-align: center;
	}
	
	h2 {
	  font-size: 2em;
	  font-weight: bold;
	  text-align: center;
	  margin-top: 0px;
	  margin-bottom: 10px;
	}
	
	a, a:visited, .gwt-Anchor, .gwt-Anchor:visited {
		color: #3D748F !important; /*hsl(200, 40%, 40%);*/
		font-weight: bold;
		text-decoration: none;	
	}
	a:hover, .gwt-Anchor:hover {
		color: #2E576B !important;	/*hsl(200, 40%, 30%)*/
	}
	
	.noscript{
		padding: 20px;
		font-family: sans-serif;
		font-size: large;
	}

	.warning-sub{
		font-size: small;
		color: #333333;
	    background-position: left center;
	    background-repeat: no-repeat;
	    margin-left: 0;
	    padding-left: 23px;
	}
	
	.warning-sub-sv{
		background-image: url("/img/globallinks-lang-sv.gif");
	}
	
	.warning-sub-en{
		background-image: url("/img/globallinks-lang-en.gif");
	}
	
	.general-warning-section{
		width:100%;
	}

	/* superscript */
	.super {
		position: relative;
		bottom: 0.5em;
		color: black;
		font-size: 0.8em;
	}

