/* Base CSS */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
/*	font-size: 100%;*/
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}




a img {
	border: 0;
}

a:active, input:active {
	outline: none;
}
a:focus, input:focus {
	-moz-outline-style: none;
}
/*a:active, a:focus, input[type="button"] {
outline: 0;
}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


body {
	color: #000;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif; 
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 0.15em;
}

h1 {
	font-size: 1.46em;
}

h2 {
	font-size: 1.46em;
}

h3 {
	font-size: 1.33em;
}

h4 {
	font-size: 1.21em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

blockquote {
	border: 1px solid #BBB;
	background-color: #EEE;
	padding: 1em 2em 0.2em 3em;
	margin: 0.5em 0 1em 0;
	font-style: italic;
	font-family: Georgia, Times, serif; 
}

ul,ol {
	margin: 0 0 0.8em 2.5em;
}

ul ul, ol ol {
	margin-top: 0.3em;
}

ul {
	list-style: square outside;
}

ol {
	list-style: decimal outside;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

li {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

dl {
	margin: 0 2em 1em 2.5em;
}

dt {
	font-weight: bold;
	margin: 1em 0 0.4em 0;

}

dd {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
/*    visibility: hidden;*/
	display: block;
}
.clearafter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearafter {
	zoom: 1;
}
*:first-child+html .clearafter {
	zoom: 1;
}
