body	{
	margin:		0;
	padding:	0;
	font : 11px trebuchet, verdana, arial, charcoal, sans-serif;
	line-height: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	color:	#fff;
	background : #000;
	}

div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font : 11px  trebuchet, verdana, arial, charcoal, sans-serif;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: 300;
	color:	#fff;
    }

a	{
	text-decoration:	none;
	color: #ccc;
	}

a img {
	border: 2px solid #ccc;
	}

a:hover img {
	border: 2px solid #5EA722;
	}

a:link	{

	background-color: transparent;
	color: #ccc;
	}

a:visited	{

	background-color: transparent;
	color: #c5c5c5;
	}

a:active	{

	color:	#5EA722;
	background-color: transparent;
	}

a:hover	{

	color:	#5EA722;
	text-decoration: underline;
	background-color: transparent;
	border-color: #5EA722;
	}


h1, h2, h3, h4, h5, h6	{
	font : trebuchet, verdana, arial, charcoal, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: transparent;
	}



h1 {
	font-size:	14px;
	line-height: 16px;
	}

h2 {
	font-size:	12px
	line-height: 14px;
	}


.fptext {
	margin:		0;
	padding:	0;
	font : 11px  trebuchet, verdana, arial, charcoal, sans-serif;
	letter-spacing: 2;
	line-height: 14px;
	font-weight: normal;
	color:	#fff;
	background : #000;
	}

a.footer:hover	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	color:	#F90;
	text-decoration: underline;
	background-color: #FFF;
	}

