body {
	font:76.5%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#000;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:6px;
}

input, textarea, select, option {
    font:1em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color:#000;
}

a {
    text-decoration:none;
    color:#09d;
}
a:hover {
    text-decoration:underline;
}
a:focus {
    text-decoration:underline;
	outline:1px dotted invert;
}

hr {
	border:0 #999 solid;
	border-top-width:1px;
	margin:30px 0 27px;
	position:relative;
	clear:both;
	height:0;
}
.ie6 hr,
.ie7 hr {
    margin-top:18px;
}

sup {
	font-size:.8em;
	vertical-align:top;
}

h1 {
    font-weight:bold;
	font-size:1.8em;
}

h2 {
    font-weight:bold;
	font-size:1.2em;
}

h3 {
    font-weight:bold;
	font-size:1.1em;
}

h4, h5, h6 {
	font-size:1em;
}

ol {
	list-style:decimal;
}

ul {
	list-style:none;
}

legend {
    display:none;
}