/* =BODY
================================================= */
html, body {
 
 background-color: #0168b2;
 margin: 0;
 padding: 0;
 font-family: verdana, "trebuchet MS", helvetica, sans-serif;
 color: black;
 text-align: center;
}

/* commented backslash hack - Hide from Mac IE \*/ 
html, body{
	height:100%;
}

#header {
 	background: #0083d7 url("../images/en/background-popup.jpg") 0 0 repeat-y;
	text-align: right;
	padding:0.5em 0.5em 0.5em 15px;
	height: 50px;
}


#header img {
	float: left;
}

#header .close {
	float: right;
}

#content {
 	background-color: white;
	text-align: center;
	width: 100%;
}

#content img {
	margin: auto;
}

/* =UNIVERSAL ELEMENTS
================================================= */
h1, h2, h3, h5 {
	margin-top: 0;
  	margin-bottom : 0.5em;
}

h6 { margin: 0; }

h1 { font-size : 150%;	}
h2 { font-size : 90%; }
h3 { font-size : 120%; }
h4 { font-size : 80%; }
h5 { font-size : 100%; }
h6 { font-size : 100%; }


h1, h2, h3, h4, h5 {
  font-family: "arial black",arial, helvetica, sans-serif;
}

h2,h4,h5,h6 {
	font-weight: normal;
}

/*h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #73c9d4;
}*/

h2 {
	color: white;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px white;
}

h5 {
	text-transform: uppercase;
}

p, label {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}

table {
	font-size: 0.6em;
}

td {
	padding: 0 0.5em 0 0;
}

img {
	display: block;
}

/* =ANCHOR LINKS
================================================= */
a:link, a:visited 	{
 text-decoration: none;
 color: #0083d7;

}

a:hover {
 color:#e20c15;
}

a:active {
 text-decoration: underline;
}

a img {
	border: none;
}

/* =LISTS
================================================= */
ul, ol {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 /*font-size: 0.7em;*/
}

ul li,
ol li {
 margin-bottom: 0.5em;
}

ul li p,
ol li p {
 font-size: 100%;
}


#copyright {
 font-size: 0.7em;
 font-family: arial, verdana, "trebuchet MS", helvetica, sans-serif;
 color: white;
 padding: 0.5em 1em;
 text-align: right;
}
