html, body {
	width: 100%;
}

body {
	font-family: Verdana;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none !important;
}

a:hover img {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

h1 {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: normal;
	font-size: 16px;
}

table {
	width: 100%;
}

table, table tr, table tr td, table tr th {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

ul, ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
}

ol li {
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}