body, td, th {
    font-family: Georgia,Helvetia,Arial,sans-serif;
    font-size: 19px;
	margin:0px;
	padding:0px;
	color:#7d7c7e;
	background-repeat:no-repeat;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
	vertical-align:middle;
}

h2 {
	font-weight:normal;
	font-size:100%;
	color:#000;
	font-style:italic;
}

p {
	margin:0px;
	padding-bottom:30px;
	line-height:30px;
}

.colorGreen1 {
	color:#69b530;
}

div.box_652_outer {
	width:652px;
	margin:0px 169px;
}
div.box_821_outer {
	width:821px;
	margin-left:169px;
}

div.box_163_head, div.box_652_head, div.box_990_head, div.box_821_head,
div.box_163_foot, div.box_652_foot, div.box_990_foot, div.box_821_foot {
	background-repeat:no-repeat;
}
div.box_990_head, div.box_163_head, div.box_652_head, div.box_821_head {
	height:10px;
}
div.box_990_foot, div.box_163_foot, div.box_652_foot, div.box_821_foot {
	height:11px;
}
div.box_990_head {
	background-image:url("./../img/box/box_990_head.png");
}
div.box_990_foot {
	background-image:url("./../img/box/box_990_foot.png");
}
div.box_163_head {
	background-image:url("./../img/box/box_163_head.png");
}
div.box_163_foot {
	background-image:url("./../img/box/box_163_foot.png");
}
div.box_652_head {
	background-image:url("./../img/box/box_652_head.png");
}
div.box_652_foot {
	background-image:url("./../img/box/box_652_foot.png");
}
div.box_821_head {
	background-image:url("./../img/box/box_821_head.png");
}
div.box_821_foot {
	height:10px;
	background-image:url("./../img/box/box_821_foot.png");
}

#container {
	width:990px;
	margin: 0px auto;
}

#containerInner {
	position:relative;
}

#header {
	font-size:70%;
	font-family:Helvetica, Arial;
	margin-bottom:14px;
}

#footer {
	font-size:70%;
	margin-top:5px;
}

/* Flash */
#flashMessage, #authMessage {
	border:2px solid #0A0;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	color:#0A0;
}
#flashMessage.flashError, #flashMessage.error, #authMessage  {
	border-color:#f00;
	color:#f00;
}

#cookieinfo a {
    color: #167dc1;
    text-decoration: none;
}
#cookieinfo a:hover {
    text-decoration: underline;
}
#cookieinfo div {
    padding: 10px 40px 10px 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#cookieinfo {
    outline: 1px solid #7b92a9;
    text-align: center;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px 0px rgb(51, 51, 51);
    -moz-box-shadow: 0 0 10px 0px rgb(51, 51, 51);
    box-shadow: 0 0 10px 0px rgb(51, 51, 51);
    background-color: #FFF;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    height: 55px;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 16px;
}
#cookieinfoCloser {
    display: inline-block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;
    background: #69b530;
    text-align: center;
}
#cookieinfoCloser:hover {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
@media (max-width: 767px) {
    #cookieinfoCloser {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}