/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	font-family:Verdana, sans-serif;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	margin:0;
	padding:0;
	font-size:11px;
	color:#84838A;
	list-style-type:none;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

fieldset
{
	border:0;
}
