
h1,h2,p
{
	margin:0;
	padding:0;
}

a img
{
	border: 0;
}


a:link
{
color: #000; text-decoration:underline;
}

a:hover
{color:#000;
	text-decoration:none;
}

a:visited
{color:#000;
	text-decoration:underline;
}

#infoPanel p
{
    font-size:0.9em;
}



A.EditBarLinkButton
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}
A.EditBarLinkButton:hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ff9037;
	text-decoration: none;
}