﻿@charset "utf-8";
* { margin:0; padding:0; }
html, body { height:100%; -webkit-font-smoothing: antialiased !important; -webkit-background-clip: padding-box !important; -moz-background-clip: padding !important; background-clip: padding-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
html { overflow-y: scroll; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { border: 0; font-size:100%; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; font-size: 100%; font-weight:inherit; font-size: inherit; font-family:inherit; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
abbr, acronym { border:0; font-variant:normal; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
.alignCenter { text-align: center; }
.alignJustify { text-align: justify; }
.alignLeft { text-align: left; }
.alignMiddle { vertical-align: middle; }
.alignBottom { vertical-align: bottom; }
.alignTop { vertical-align: top; }
.alignRight { text-align: right; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
button { width: auto; overflow: visible; }
.clearBoth { clear: both !important; }
.clearFix { overflow:visible; }
.clearFix:after { content: ''; visibility: hidden; display: block; clear: both; height: 0; font-size: 0; line-height:0; }
* html .clearFix { zoom: 1; }
*:first-child+html .clearFix { zoom: 1; }
.cursorNormal, .cursorDefault { cursor: default; }
.displayBlock { display: block; }
.displayNone { display: none; }
.floatLeft { float: left; }
.floatNone { float: none; }
.floatRight { float: right; }
:focus { outline: 0; }
.fontBold { font-weight: bold; }
.fontItalic { font-style: italic; }
.fontUnderline { text-decoration: underline; }
.fontOverline { text-decoration: overline; }
.fontUnderline { text-decoration: underline; }
.fontLineThrough { text-decoration: line-through; }
.heightAuto { height: auto; }
h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; }
img { -ms-interpolation-mode:bicubic; }
.indent { text-indent: -9999px; overflow: hidden; display: block; }
input, textarea, select, button { font-family:inherit; font-size:inherit; font-weight:inherit; vertical-align:middle; }
.ielt8 input { overflow:visible; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; -o-box-shadow: 0px 0px 5px red; -ms-box-shadow: 0px 0px 5px red; -khtml-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
.cursor, .cursorPointer, a:link, a:visited, a:hover, a:active { cursor: pointer; }
.lowercase { text-transform: lowercase; }
.noBackground { background: none; }
.noBorder { border: none !important; }
.nD { -moz-user-select:none !important; -webkit-user-select: none !important; -khtml-user-select:none !important; -o-user-select:none !important; -ms-user-select:none !important; user-select:none !important; cursor:default; }
.noMargin { margin: 0 !important; }
.noPadding { padding: 0 !important; }
.nRC { }
.overflowHidden { overflow: hidden; }
.overflowScroll { overflow: scroll; }
.overflowVisible { overflow: visible; }
.positionAbsolute { position: absolute; }
.positionRelative { position: relative; }
.positionFixed { position: fixed; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
q:before, q:after { content:''; }
sub, .sub { vertical-align: sub; font-size: smaller; }
sup, .sup { vertical-align: super; font-size: smaller; }
table { border-spacing: 0; border-collapse: collapse; }
textarea { overflow: auto; }
ol, ul { list-style: none; }
.uppercase { text-transform: uppercase; }
.visibilityHidden { visibility: hidden; }
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.visibilityVisible { visibility: visible; }
.whitespaceWrap { white-space: normal; }
.whiteSpaceNoWrap { white-space: nowrap; }
.widthAuto { width: auto; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; } 
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  /* Don't show links for images */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
.box{
