body,html, table, td {
		margin: 0;
		padding: 0;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #7F7F7F;
		line-height: 13px;
	}
	
	b
	{
	font-weight: normal;
	color:#000000;
}
h1
{
	font-size:11px;
	color:#000000;
	margin : 0;
	text-transform : uppercase;
}
a{
	color:#60A300;
	text-decoration : none;
	background:#ffffff;
}

a:hover{
	color:#000000;
	text-decoration : none;
	background:#ffffff;
}