.big {
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.lightblu {
	color: #219fd0;
}

.grey {
	color: #666666;
}

.red {
	color: #f40909;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.link_green {
	color: #4bbb8c;
	text-decoration: none;
}

.link_green:hover {
	text-decoration: underline;
}

.link_blu {
	color: #0071bc;
	text-decoration: none;
}

.link_blu:hover {
	text-decoration: underline;
}

.link_white {
	color: #FFFFFF;
	text-decoration: none;
}

.link_white:hover {
	text-decoration: underline;
}
