@import url("/style/commonlayout.css");
@import url("/style/commonstyles.css");

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial,Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
}
body
{
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
/* content Hidden from browsers which display css */
.hidden
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* Hide skiplink */
.skiplink
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

