ul,ol {
	list-style-position: inside;
	padding-left: 15px;
	line-height: 20px;
}
ul {
	list-style: disc;
}
	ul li {
		list-style-position: inside;
	}
p {
	padding-bottom: 10px;
	line-height: 20px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
	table td {
		vertical-align: top;
	}
table.visible td{
	border: 1px solid #ccc;
	padding: 5px;
}

a {
	color: #464646;
}
a:hover {
	color: #ff8836;
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #aaa;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #ff8836;
}
h1 { font-size: 22px; padding-bottom: 13px; }
h2 { font-size: 21px; padding-bottom: 13px; }
h3 { font-size: 20px; padding-bottom: 10px; }
h4 { font-size: 20px; padding-bottom: 7px; }
h5 { font-size: 18px; padding-bottom: 7px; }
h6 { font-size: 16px; padding-bottom: 7px; }

.image-Left {
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px 15px 10px 0px;
}
.image-Right {
	float: right;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 15px;
}
.image-Normal {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px;
}


