
	*, all {
		font-family: verdana, sans-serif;
		font-size: 10px;
		color: #54492b;
		line-height: 14px;
	}
	
	p {
		margin-bottom: 14px;
	}

	a {
				
	}
	
	a.notd {
		text-decoration: none;
	}
	
	.green {
		color: #b6c71e;
	}

	a.active,
	a:hover {
		color: #b6c71e;	
	}
	
	a.arrow,
	span.arrow {
		background-image: url("../img/span.arrow.bg.gif");
		background-repeat: no-repeat;
		background-position: 0 4px;
		padding-left: 15px;
	}
	