html {
	height:						100%;
}
body {
	height:						100%;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					13px;
	padding:						0px;
	margin:						0px;
}
table {
	font-size:					13px;
}
div, h1, h2, h3, h4, form {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					13px;
	padding:						0px;
	margin:						0px;
}
h1 {
	font-size:					20px;
}
h2 {
	font-size:					18px;
}
h3 {
	font-size:					15px;
}
h4 {
	font-size:					13px;
}
img {
	border:						0px;
}
.bordered {
	border:						1px solid #A4A3A0;
}
.clearer {
	clear:						both;
	height:						0px;
	line-height:				0px;
}
