*
{
	margin: 0;
}
html, body
{
	height: 100%;
}

body
{
	font-family: Arial;
	color: #4D4D4D;
}

h1, h2, h3, h4
{

}

h1
{
	font-size: 18pt;
	line-height: 28px;
	padding-bottom: 10px;
}
h2
{
	font-size: 20px;
	margin-top: 18px;
	margin-bottom: 3px;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 16px;
}

p
{
	font-family: Arial;
	padding-top: 5px;
	padding-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #666666;
}
img
{
	border: 0px;
}


