* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial;
}

table {
	border-collapse: collapse;
}

hr {
	border: none;
	height: 1px;
	color: #666666;
	background-color: #666666;
	clear: both;
}

.default-content p, .default-content hr, .default-content h1, .default-content h2, .default-content h3, .default-content ul, .default-content ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

.default-content ul {
	margin-left: 26px;
}
.default-content ol {
	margin-left: 32px;
}


.clear-both {
	clear: both;
}
.float-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.float-right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}





