
p {
	color: #222;
}

.bold {
	font-weight: bold;
}

.small_grey {
	font-size: 10px;
	color: #999;
}

	.small_grey > a {
		color: #999;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}
	
		.small_grey > a:hover{
			text-decoration: underline;
		}

.grey {
	color: #888;
}

.grey_bold {
	color: #888;
	font-weight: bold;
}

.justify {
	text-align: justify;
}

.bold_grey {
	color: #888;
	font-weight: bold;
}

.red {
	color: #F00;
}

.intext_link {
	text-decoration: none;
	color: #222;
}