* {
	margin: 0px;
}
html, body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #737373;
	text-align: left;
	height: 100%;
	line-height: 13px;
}
img  {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 3px;
}
a:link {
	color: #498BCF;
	text-decoration: none;
}
a:visited {
	color: #498BCF;
	text-decoration: none;
}
a:hover {
	color: #498BCF;
	text-decoration: underline;
}
a:active {
	color: #498BCF;
	text-decoration: underline;
}
p {
	margin-top: 8px;
}
