@charset "UTF-8";
/* CSS Document */

body	{
	margin: 38px 0 0 38px;
	color:#666;	/*background: #FFF url(images/background-green-disc.png) no-repeat top left;*/
	}
	
a 	{
	text-decoration:none;
	color:#666;
	}

a:hover	{
	text-decoration:underline;
	}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	width:440px;
	margin:10px 0 0 0;
	padding:0;
	}

ul	{
	padding: 0;
	margin: 0px 0 0 0;
	}

li	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height:1.1em;
	padding: 0px 0 0 5px;
	margin: 0px;
	list-style:none;
	background:url(images/bullet.png) no-repeat left center ;
	}

li a	{
	text-decoration:none;
	color:#666;
	}

li a:hover	{
	text-decoration:underline;
	}

