/* 
    Document   : vada
    Created on : 15-feb-2010, 16:27:00
    Author     : Martijn van der Hulst | Jool.nl
*/

#overview table,
#full table{
	margin		: 0;
	width		: 875px;
}

#overview table td,
#full table td{
	border-top		: 1px solid #dedede;
	padding-bottom	: 15px;
}

#overview table td:last{
	border-bottom	: 1px solid #dedede;
}


#overview h2,
#full h2{
	color		: #0060b6;
	font-weight	: normal;
}

#overview h3,
#full h3{
	color		: #0060b6;
	font-size	: 23px;
	font-weight	: normal;
	margin		: 10px 0;
}

#overview h3 a,
#full h3 a{
	text-decoration : none;
}

#overview li,
#overview li a,
#full li,
#full li a{
	color		: #0060b6;
}

#overview p,
#full p{
	font-size		: 12px;
	line-height		: 20px;
}