/**
 * Style sheet basic
 */
a, body, div, label, li, ol, p, td, th, u, ul
{
	font-family:"Lucida Grande", Helvetica, Calibri, Verdana, sans-serif;
	font-size:13px;
	color:#666666;
}

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

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

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

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
