/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#d6d6d6;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:100.1%;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:bold;
	text-decoration:none;
}

h1, h2
{
	margin:0px;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	text-decoration:none;
	font-size:0.75em;
	color:#ff6600;
}

p
{
	font-size:0.75em;
	line-height:1.3em;
	text-transform:lowercase;
}

ul li
{
	list-style-type:none;
}

a
{
	text-decoration:none;
	font-size:0.75em;
	color:#333333;
	text-transform:lowercase;
}

a:hover
{
	color:#ff6600;
}

img
{
	margin-right:8px;
	margin-bottom:8px;
}

