/*
**	ifla76.css - css file for the 2010 IFLA Annual Conference
**	Simon Lemstra ~ Silem | IFLA
**  
**	Last edit: 2009.11.10
*/

/*
	#fff000		= yellow Swedish
	#004990		= blue Swedish
	
	#012d6b		= blue darker/darkest
	#0d5cab		= blue lighter
	#4f91cd		= blue lightest
*/

div.important, 
p.important {
	background-color: white;
	color: inherit;
}
div.important {
	padding: .1em 1em .1em;
	border: solid 1px #004990;
}
p.important {
	padding: .5em 1em;
}
div.important h2 {
	margin-top: .5em !important;
	background-color: inherit;
	color: #004990;
}
div.important a{
	color: #c90030; !important;
	border-color: #c90030 !important;
}
div.important a:hover{
	color: #004990 !important;
	border-color: #004990 !important;
}

