/**
 * Style sheet basic
 */
a,
body,
div,
label,
li,
ol,
p,
td,
th,
u,
ul
{
	font-family:Verdana, san-serif;
	font-size:12px;
	color:#555548;
}

input,
select,
textarea
{
	font-family:"Trebuchet MS", Verdana, san-serif;
	font-size:11px;
	color:#555548;
}

img
{
	margin:0px;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
