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

a {
	color: #000;
}
a:hover {
	color: #777BB4;
	text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #777BB4;
}
h1 { font-size: 22px; padding-bottom: 13px; }
h2 { font-size: 21px; padding-bottom: 13px; }
h3 { font-size: 12px; padding-bottom: 10px; }
h4 { font-size: 12px; 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;
}
dl dt {
	font-size: 16px;
	font-weight: bold;
}
img.captcha {
	border: 1px solid #aaa;
}

table.zebra, table.zebra { width: 100%; }
table.zebra th, table.zebra th { background: #ddd;color: #000; padding: 4px; text-align: left;}
table.zebra tr, table.zebra tr { background: #F8F8F6; }
table.zebra tr.even, table.zebra tr.even { background: #E8E9E4; }
table.zebra td, table.zebra td { padding: 4px;}