html {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	color: black;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	list-style-type: circle;
}

div.clearfix {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
div.error {
	border: 1px solid red;
}

h1 {
	font-size: 1.7em;
	margin: 30px 0 20px 0;
	padding: 3px 0 2px 0;
	font-weight: normal;
	font-style: small-caps;
	text-align: center;
}

h2 {
	font-size: 1.4em;
	margin-top: 20px 0 15px 0;
	padding: 5px 0px 3px 20px;
	border-top: 1px solid black;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	margin-top: 15px 0 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin-top: 10px 0 5px 0;
	font-weight: bold;
}

p {
	margin-top: 2px 0 3px 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}


