/* reset */
html { 
	margin:0; 
	padding:0; 
	border:0; 
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
body {
  line-height: 1.5;
  background: white; 
}
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
/* typography */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.typo h1,.typo h2,.typo h3,.typo h4,.typo h5,.typo h6 { font-weight: normal; }
.typo h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.typo h2 { font-size: 2em; margin-bottom: 0.75em; }
.typo h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.typo h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.typo h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
.typo h6 { font-size: 1em; font-weight: bold; }
.typo h1 img, .typo h2 img, .typo h3 img,
.typo h4 img, .typo h5 img, .typo h6 img {
  margin: 0;
}
.left  { float: left !important; }
.right { float: right !important; }
a:focus,
a:hover { color: #09f; }
a  { color: #06c; text-decoration: underline; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }
abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }
pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em "Courier New", Courier, monospace; line-height: 1.5; }
.typo p           { margin: 0 0 1.5em; }
.typo p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.typo p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }
.typo li ul,
.typo li ol       { margin: 0; }
.typo ul, .typo ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }
.typo ul          { list-style-type: disc; }
.typo ol          { list-style-type: decimal; }
.typo dl          { margin: 0 0 1.5em 0; }
.typo dl dt       { font-weight: bold; }
.typo dd          { margin-left: 1.5em;}
.typo table       { margin-bottom: 1.4em; width:100%; }
.typo th          { font-weight: bold; }
.typo thead th    { background: #c3d9ff; }
.typo th,.typo td,.typo caption { padding: 4px 10px 4px 5px; vertical-align: top; }
.typo tbody tr:nth-child(even) td, 
.typo tbody tr.even td  { 
	background: #e5ecf9; 
}
.typo tfoot       { font-style: italic; }
.typo caption     { background: #eee; }
.typo .small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.typo .large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.typo .hide       { display: none; }
.typo .quiet      { color: #666; }
.typo .loud       { color: #000; }
.typo .highlight  { background:#ff0; }
.typo .added      { background:#060; color: #fff; }
.typo .removed    { background:#900; color: #fff; }
.typo .first      { margin-left:0; padding-left:0; }
.typo .last       { margin-right:0; padding-right:0; }
.typo .top        { margin-top:0; padding-top:0; }
.typo .bottom     { margin-bottom:0; padding-bottom:0; }
/* forms */
.typo label       { font-weight: bold; }
.typo fieldset    { padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
.typo legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }
.typo fieldset, #IE8#HACK { padding-top:1.4em; } 
.typo legend, #IE8#HACK { margin-top:0; margin-bottom:0; }
.typo input[type=text], .typo input[type=password],
.typo input.text, .typo input.title,
.typo textarea {
  background-color:#fff;
  border:1px solid #bbb;
}
.typo input[type=text]:focus, .typo input[type=password]:focus,
.typo input.text:focus, .typo input.title:focus,
.typo textarea:focus {
  border-color:#666;
}
.typo select { background-color:#fff; border-width:1px; border-style:solid; }
.typo input[type=text], .typo input[type=password],
.typo input.text, .typo input.title,
.typo textarea, .typo select {
  margin:0.5em 0;
}
.typo input.text,
.typo input.title   { width: 300px; padding:5px; }
.typo input.title   { font-size:1.5em; }
.typo textarea      { width: 390px; height: 250px; padding:5px; }
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
.typo .error,
.typo .alert, 
.typo .notice,
.typo .success, 
.typo .info 	{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }
.typo .error, .typo .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.typo .notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.typo .success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.typo .info 	{ background: #d5edf8; color: #205791; border-color: #92cae4; }
.typo .error a, .typo .alert a { color: #8a1f11; }
.typo .notice a   { color: #514721; }
.typo .success a  { color: #264409; }
.typo .info a { color: #205791; }
.clear { clear: both; }