* {
	margin: 0;
	padding: 0;
}
img { border: 0; }
body, p, li, td, h1, h2, h3, h4, h5, h6, input, textarea {
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #fff;
}
p {
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
ul, ol {
	margin-left: 20px;
}
a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr { height: 1px; background-color: #000; }

.bold { font-weight: bold; }
.hide { display: none; }
.show { display: inline; }
.inline { display: inline; }
.block { display: block; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.fleft { float: left; }
.fright { float: right; }
