 * {
	margin: 0;
}

html, body {
	height: 100%;
	overflow: auto;
	font-size:100.01%;
	background-color:#FFFFFF;
	color:#000000;
}

p, div, table, li, ul, ol
{
	font-style:italic;
	font-size: 10pt;
}

table, tr, th, td
{
	font-style:normal;
	font-size: 10pt;
}

em
{
	font-style:normal;
}

strong
{
	font-weight:bold;
}

img
{
	border:0px;
}

a 
{
	font-style:italic;
	text-decoration:none;
	color:#000000;
}

a.mail
{
	font-style:normal;
}

a:hover
{
	color:#808080;
}

