/* @group ntz css reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:700; }

del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }

ol { list-style-type: decimal; }

nav ol, nav ul, nav li { margin: 0; list-style:none; }

small { font-size: 85%; }
b, strong, th { font-weight: 700; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
textarea { overflow: auto; }

input[type="checkbox"] { vertical-align: text-bottom; }
.lte7 input[type="checkbox"] { vertical-align:bottom; }

input[type="radio"] { vertical-align: bottom  }

input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; outline: none; }

/*
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
*/

::-webkit-input-placeholder	{ color:#999; }
input:-moz-placeholder { color:#999; }
input[type="search"] { -webkit-appearance: textfield; }

button { width: auto; overflow: visible; }

/* extra IE fixing
------------------------------------------------------------- */
.ie6 input { vertical-align: text-bottom; }
.lte7 button {width:1;overflow:visible}
.lte7 legend { margin-left: -7px; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }

/* common classes
------------------------------------------------------------- */
.hidden { display: none; visibility: hidden; }
.leftalign,.alignleft{float:left}
.rightalign,.alignright{float:right}
.aligncenter {margin:auto;display:block;}
.ta-c {text-align:center;}
.clearfix:before, .clearfix:after {content: "\0020"; display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }
.lte7 .clearfix { zoom: 1; }
.clear{ clear: both; }

/* @end */

body {

}
h1, h2, h3, h4, h5, h6 { font-weight:700; }
h3, h4, h5, h6, p, ol, ul, dl, blockquote {}
h3 { font-size:1.4em; }
h4 { font-size:1.25em; }
h5 { font-size:1.15em; }
h6 { font-size:1em; }

#content{
    font-size: 11px;
}

.top10{
	margin-top:10px;
} 
.left10{
	margin-left:10px;
}
.bottom10{
	margin-bottom:10px;
}
.right10{
	margin-right:10px;
}


