/* BROWSER NEUTRALISATION */

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address { 
	font-style: normal; 
	}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	}
th, b, strong {
	font-weight: strong; 
}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
font { 
	color: inherit !important; 
	font: inherit !important;
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
	
/* BROWSER NEUTRALISATION ENDS */


body {
font-size:100%;
line-height: 1.8em;
font-family: Arial, Tahoma, sans-serif;
background: #ffffff;
word-wrap:break-word;
color:#000000;
margin: 0px;
text-align: left;
}


h1, h2, h3, h4, h5, h6 {
font-family: Century Gothic, Arial, Tahoma, sans-serif;
padding: 0 0 0 0 !important;
margin: 0 0 5px 0 !important;
}

h1 {
font-size: 1.7em !important;
margin: 30px 0 30px 0px !important;
line-height: 1.1em;
}

h2 {
font-size: 1.4em !important;
margin: 40px 0 20px 0 !important;
letter-spacing: 2px;
}

a {
color: #000000;
}

a:hover {
color: #000000;
}

a:visited {
color: #000000;
}

p {
margin: 40px 0 40px 0;
font-size: 130%;
}

.countrylink {
font-size: 1.4em !important;
display: block;
border: 1px solid #888888;
padding: 9px 20px 7px 20px;
margin: 0 0 20px 0;
background-color: #EFEFEF;
letter-spacing: 2px;
}

.countrylink img {
margin: -1px 20px 1px 0px;
vertical-align: text-bottom;
}

#header {
margin: 0px;
padding: 0px;
width: 100%;
}

#content {
margin: 30px 30px 30px 30px;
}

#footerbar {
margin: 0px;
padding: 0px;
width: 100%;
}

#footer {
margin: 20px;
padding: 0px;
line-height: 7pt;
}

.fullwidth {
width: 100%;
}

.footertext {
margin: 10px 0 5px 0 !important;
font-size: 5pt;
text-align: center;
color: #888888;
}

.copyright {
margin: 20px 0 15px 0 !important;
font-size: 5pt;
text-align: center;
color: #888888;
}

.center {
text-align: center;
}

.testing {
margin: 20px 0 15px 0 !important;
font-size: 5pt;
text-align: center;
color: #d7d7d7;
}



#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px 15px 20px;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    position: fixed;
    color: #cdcdcd;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: left !important;
    font-size: 15px;
    /*font-weight: bold;*/
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color: #cdcdcd;
    display: inline-block;
	text-decoration: underline;
}
#myCookieConsent a:hover {
	color: #ffffff;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #cdcdcd;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
	font-weight: bold;
	margin-top:5px;
}
#myCookieConsent a#cookieButton:hover {
    background: #ffffff;
	color: #000;
}