
	body {
	color: #000000;
	background: #ECFFEC center top repeat-y;
	font-family: ,sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EFEFEF;
	
}
    a {word-break: break-all;}
	a:link {font-size: 18px; color: #000000; text-decoration: underline;}
	a:visited {color: #000000; text-decoration: underline;}
	a:hover {color: #82E0FF; background-color: #0088ff; text-decoration: underline;}
	abbr, acronym {font-style: normal; border-bottom: dotted 1px #ABB1B7; cursor: help;}
	code, var, kbd {font-family: monaco, courier, monospace; color: #B96A0E;}
	dd {margin: 0; padding: 0 0 1em 17px;}
	dt {font-weight: bold; padding: 0 0 0 17px; background: url(/i/ice/deco-dt.gif) 2px 4px no-repeat;}
	form {margin: 0;}
	h1 {font: bold 25px 'PT Sans',sans-serif; color: #000000; letter-spacing: -1px; margin: 0;}
	h2 {color: #EB694A; font: normal 18px Helvetica, Arial, sans-serif; letter-spacing: -1px; margin: 2em 0 0 0;}
	h3 {font-size: 12px; color: #6F90B5;}
	h4 {font-size: 12px;}
	p {font-size: 16px; text-align: left;}
	hr {border: none; height: 1px; background: #ccc; margin: 2em 0;}
	img {border: 0; padding: 0;}
	ins {text-decoration: none; color: #EC694A;}
	pre {width: 580px;}
	table {margin: 1em 0;}
	table caption {color: #fff; background: #98A0A6;}
	th {text-align: left; background: #C7CBCE;}
	tr.alt {background: #E9EAEB;}
	#header {background: #fff;
  padding: 2px 0;
  width: 100%;
  border-top: 4px solid #44528d;
  border-bottom: 2px solid #e6e6e5;
  z-index: 1;
  position: relative;}
  #menu {
  margin-top: 0px;
  padding: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 100%;
  text-align:center;
  display:inline-block;
}
  
  .main-content {
	  text-align: left;
  max-width: 1024px;
  padding: 0 21px 15px 0;
    display: inline-block;
	
}

.word {
  margin: 10px 0;
  padding: 10px 20px 10px 20px;
  background: #ffffff;
  font-size: 16px;
  -webkit-box-shadow: 0 0 3px 0 rgba(50,50,50,.1);
  -moz-box-shadow: 0 0 3px 0 rgba(50,50,50,.1);
  box-shadow: 0 0 3px 0 rgba(50,50,50,.1);
  }

ul.mymenu {
  list-style: none;
  margin: 5px;
  padding: 0;
  margin: 0 0 10.5px 25px;
    width: 100%;
  text-align: center;
}

ul.mymenu li {
  float: left;
  position: relative;
  font-size: 16px;
  vertical-align: top;
  padding: 0 5px;
  z-index: 600;
}


#cookie-law {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    z-index: 255;
    background: rgb(238, 238, 238);
    color: rgb(51, 51, 51);
    line-height: 11px;
    padding: 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    bottom: 0px;
    opacity: 1;
    }      
#cookie-law p{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    }   