* {
	margin:0;
	padding: 0
}
html {
	height: 100%;
}
body {
    font-size: 100%;
    color: #000;
    background: #fff;
    text-align: left;
}
img { border: 0 solid; vertical-align: middle;}
option { padding-left: 0.4em }

/* default styles */
body {
  	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
  	font-weight:bold;
  	margin-bottom:1em;
	line-height: 1.5em;
}
h1 { font-size: 24px; }
h2 { font-size: 22px;}
h3 { font-size: 18px; }
h4 { font-size: 16px }
h5 { font-size: 14px}
h6 { font-size: 14px; font-style:italic }
p {
	line-height: 1.7em;
	margin-bottom:1em;
}

/* table */
table { width: auto; border-collapse:collapse; margin-bottom: 1em; }
th,td { padding: 0.5em; }

/* list */
ul, ol, dl {
	line-height: 1.7em;
	margin: 0 0 1em 0;
}
li {
	margin-left: 1.5em;
	line-height: 1.7em;
}
ol.form,
ul.nav {
    list-style:none !important;
    line-height: 1em;
	margin: 0;
}
ol.form li ,
ul.nav li {
	margin-left: 0em;
	line-height: 1em;
}
/* links */
a {color: #0063dc; text-decoration:none;outline:0 none;}
a:focus,
a:hover,
a:active {color:#0063dc;}
a:hover {text-decoration:underline;}

/* form elements */
fieldset {
	border:0;
}
textarea,
select,
input {
	font-family:inherit;
	font-size:11px;
	outline:0 none;
    font-family:Arial, Helvetica, sans-serif;
}

legend {
    display:none;
}
/* autotooltip */
.autoLabel {
    position:relative;
}
.autoLabel label {
    position:absolute;
    top: 0;
    left: 0;
    visibility:hidden;
    cursor:text;
}

/* clearfix method */
.clr {
	clear:both;
	font-size:1px;
	height:0;
	display:block;
}
.hide {
	display: none;
}
.relative {
    position:relative;
}
.colgroup {
    position: relative;
}
.colgroup:after,
.cfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height:0;
    clear: both;
    visibility: hidden;
}
/* horizontal centering */
.centerH_outer {
	position:relative;
	left:50%;
	float:left;
	clear:both;
	text-align:left;
}
.centerH_inner {
	position:relative;
	left:-50%;
	text-align:left;
}
/*
sup{vertical-align:super}
sub{vertical-align:sub} */

p sup,
.text sup,
.intro sup { 
vertical-align: top !important;
font-size: 0.8em;
line-height: 0.8em;
}

 
p sub,
.text sub,
.intro sub { 
vertical-align: bottom !important;
font-size: 0.8em;
line-height: 0.8em;
}   



