body, div, form, table, input, select, textarea, ul, img {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
}
div {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	border: none;
}
ul li {
	list-style-position: outside;
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.hr, div.clear {
	clear: both;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

div.hr2 {
	background:#2e2e2e url('../img/bg_page.gif') repeat-y; 
	height: 1px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

p.inlineForm {
	display: inline;
}
div.hidden {
	display: none;
}