html, body, form {
	margin: 0;
	padding: 0;
}

html, body {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #636466;
	background-color: #FFFFFF;
	position: relative;
}

table {
	border-collapse: collapse;
}

td {
	padding: 2px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #CCCCCC;
	color: #CCCCCC;
}

a:link, a:visited, a:hover, a:active {
	color: #5F5F5F;
	text-decoration: none;
}

a.pfmw-link-underline {
	text-decoration: underline;
}