/* reset.css */
/* Some Aspects Copyright (c) 2006, Yahoo! Inc. All rights reserved. */
* {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	margin: 0 0 0 30px;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border:0;
}
html {
	font: arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
select, input, textarea {
	font: arial, helvetica, clean, sans-serif;
}
pre, code {
	font: monaco, monospace;
}
blockquote {
	margin: 0 0 0 20px;
	font-style: italic;
}
body * {
	line-height: 1.22em;
}
li, dt, dd, p {
}
ul, ol, dl {
	margin-bottom: 1.8em;
}
p {
	margin-bottom: 1.5em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
a {
	color: #0000ff;
	text-decoration: underline;
}
.clear:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* \*/
.clear {
	display: block;
}
/* */
.image {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}
.float-left {
	display: block;
	float:left;
}
.float-right {
	display: block;
	float: right;
}