*
{
	border-radius: 5px;
	
}


body
{
	background-image: url("./back.jpg");
	background-attachment: fixed;
	background-size: 100%;
	width: 1000px;
	background-color:#FFFFFF;
	margin: auto;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size:20px;
	color:#EEEEFF;
}

header
{
	width:1000px;
	margin-top:5px;
	margin-bottom:5px;
	height: 80px;
	background-image: url("./sww_banner_back.png");
	background-color:#000022AA;
}

nav
{
	width:1000px;
	margin:0px 0px 0px 0px;
    background-color:#000022;
	font-weight:bold;
	text-align:right;
	height:auto;
}
 
section
{
	width:1000px;
	background-color:#000022BB;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	height:auto;
}

footer
{
	width:1000px;
	background-color:#000022;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	text-align:center;
	height:auto;
	background-color:#000022AA;
}

h1
{
	margin-left:10px;
}

li
{
	text-align:justify;
	margin-right:10px;
	margin-bottom:10px;
}

p
{
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}

p.centered
{
	margin:0px 0px 0px 0px;
	text-align:center;
}

p.indented
{
	padding-left:10px;
}


	a.regular
	{
		font-size:18px;
		text-decoration: none;
		background-color:#CCCCCC;
		color: #333333;
		padding:2px 5px 2px 5px;
	}
	a.footer
	{
		height:16px;
		font-size:14px;
		text-decoration: none;
		background-color:#CCCCCC;
		color: #333333;
		padding:2px 5px 2px 5px;
	}
	a.regular:hover, a.footer:hover 
	{ 
		background-color: #333333; 
		color:white;
	}

hr
{
	color: #AAAABB;
}

img
{
	border:none;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
	/*border-radius: 10px;*/
}

img.flag
{
	/*border-radius: 5px;*/
	width:30px;
	height:18px;
}

img.link:hover 
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

h2
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

h3
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

h4
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

h4.organ
{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
}

table
{
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	
}

td
{
	vertical-align: top;
}

td.underlined
{
	text-decoration: underline;
}
