/**
 * Style sheet basic
 */
.headline
{
	padding-top:20px;
	padding-left:20px;
	font-family:Trebuchet ms;
	font-weight:normal;
	font-size:50px;
	color:#fff;
}

a, body, div, label, li, ol, p, td, th, u, ul
{
	font-family:"Lucida Grande", "Trebuchet MS", Arial, san-serif;
	font-size:12px;
	color:#666666;
}

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

h1, h2, h3, h4, h5, h6
{
	font-family:"Trebuchet MS", Arial, san-serif;
}

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

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

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
