/**
 * Style sheet basic
 */
html *
{
	font-family:verdana;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	color:#999999;
	margin:0px;
	padding:0px;
}

body
{
	height:100%;
	margin:0px;
	padding:0px;
}

img
{
	vertical-align:middle;
	border:0px;
	background: transparent;
}

td
{
	vertical-align: top;
}
