/**
 * Educations styles.
 *
 * @author Frantisek Fialka <info@ide.cz>
 * @copyright 2005-2006 IDE.cz
 * @version 0.1
 */


.educationsTypes h4 {
	margin-bottom: 2px;
	font-size: 1.1em; font-weight: bold; color: #24408F; line-height: 1.4em;
}
.educationsTypes h4.notActive {
	color: #555;
}
.educationsTypes h4 a {
	color: #24408F; text-decoration: underline;
}
.educationsTypes h4 a:hover {
	color: #C2263F; text-decoration: underline;
}
.educationsTypes h4.notActive a {
	color: #555;
}
.educationsTypes h4.notActive a:hover {
	color: #333;
}
