/* 
    Document   : style
    Created on : 7-apr-2010, 12:20:43
    Author     : terence
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


img {
	padding: 0px;
	margin: 0px;
}

.bold {
	font-weight: bold;
}

/* DISCLAIMERS */
.disclaimers p,
.tekstklein{
	font-size:11px !important;
}

a.leesmeer {
	background:#BDBE10 url(/images/arrow_sm.gif) no-repeat right center;
	font-size:11px;
	border:1px solid #FFFFFF;
	padding:2px 20px 2px 5px;
	text-decoration:none;
	color:#FFFFFF;
}
a.leesmeer:hover {
	text-decoration:underline;
}
