/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
body {
	margin: 0;
	padding: 0;
	background: white;
	color: #57595B;
	font: 12px/1.6 Arial, Helvetica, Sans-serif;
	min-width: 1023px;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
a:link {
	text-decoration: none;
	color: #D31943;
}

#sitemap a:visited {color: #D31943;}
a:link:hover, a:visited:hover {text-decoration: underline;}
a img {border: none;}
blockquote {
	margin: 5ex 0;
	padding: 0 35px;
	position: relative;
	border: solid #B3B3B3;
	border-width: 2px 0;
	font-size: 14px;
	line-height: 1.2;
}
html[lang=en] blockquote {quotes: "“" "”" "‘" "’";}
blockquote:before, blockquote:after {
	position: absolute;
	content: '';
}
html[lang=en] blockquote:before, html[lang=en] blockquote:after {
	background: url(../../en/img/bg_quotes.png) no-repeat;
	width: 34px;
	height: 25px;
}
blockquote:before {
	left: 0;
	top: 10px;
}
blockquote:after {
	background-position: top right !important;
	right: 0;
	bottom: 10px;
}
blockquote p {margin: 3ex 0;}
cite {
	position: relative;
	display: block;
	clear: both;
	font-style: normal;
}
cite a {position: static !important;}
blockquote + cite {margin: -4ex 0 5ex;}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
	color: black;
}
h2 {
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 1.5ex;
	font-weight: bold;
}
p + h2 {margin-top: 2ex;}
h4 {
	margin: 2ex 0;
	color: black;
	font-size: 12px;
}
h4 + * {margin-top: 2ex !important;}
iframe {
	display: block;
	margin: 35px 0;
}
img, input, select, textarea {
	vertical-align: middle;
	margin: 0;
}
input, select, textarea {font-family: Arial, Helvetica, Sans-serif;}
legend {padding: 0;}
p, ul, ol {margin: 4ex 0;}
h3 + p, h4 + p {margin-top: 0;}
strong {color: black;}
textarea {
	overflow: auto;
	resize: vertical;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
th {font-weight: normal;}
thead th {
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
	vertical-align: bottom;
	padding: 7px 5px;
	font-size: .833em;
	text-transform: uppercase;
	color: black;
}
tbody th, td {
	text-align: center;
	font-size: .833em;
	padding: 10px 5px;
	border: 1px solid #B6B6B6;
}
tbody th {background-color: #ECECEC;}
tbody th[colspan] {
	/* background-color: white; */
	font-weight: bold;
	text-align: left;
}
.head th, .head td {
	background: white;
	padding: 0 5px;
	height: 40px;
}
thead th.head, tbody th {}
thead th.head, tbody .head th {
	/*font-size: 12px;*/
	color: #C00;
	background: url(../images/triangle_small.png) 0 90% no-repeat;
	vertical-align: bottom;
}
table img {border: none !important;}
.skip, hr {
	position: absolute;
	left: -999em;
}
#content hr {position: static;}

.align_right {
  float: right !important;
  margin: 0 0 10px 10px !important;
}