/* CSS Document */
html, body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	text-align: left;
	font-family: tahoma, trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	background-image: url(/accounts/52/images/algemeen/background.gif);
	background-repeat: repeat;
}

td, p {
	font-family: tahoma, trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.body_left {
	background-image: url(/accounts/52/images/algemeen/body_left.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #e2f2fa;
	width: 165px;
	height: 154px;
	color: #30688b;
}
td.body_right {
	background-image: url(/accounts/52/images/algemeen/back_right.gif);
	background-repeat: repeat-y;
}
td.body_foto {
	background-image: url(/accounts/52/images/algemeen/body_foto.jpg);
	background-repeat: no-repeat;
	width: 545px;
}
td.footer {
	font-family: tahoma, trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #30688b;
	text-align:center
}
img.left {
	margin-right: 10px;
	float: left;
}
img.right {
	margin-left: 5px;
	float: right;
}

ul, dl {
	margin : 0.5em 0 1em;
	padding : 0;
	list-style : none;
}

ul li {
	background : url(/accounts/52/images/algemeen/arrow.gif) no-repeat 0 0.5em;
	margin : 0 0 2px 20px;
	padding : 0 0 0 10px;
	list-style-position:outside
}

/* LINKS ############################################################# */
a {
	font-size:11px;
	color: #30688b;
	text-decoration: underline;
}

a:link {
	color: #30688b;
	text-decoration: underline;
}

a:active {
	color: #30688b;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
a.small {
	font-size:10px:
}
a.small:link {
	font-size:10px:
}
a.small:active {
	font-size:10px:
}
a.small:hover {
	font-size:10px:
}
/* TITLES ############################################################# */
.title_orange {
	font-size:13px;
	color: #df7c29;
	font-weight: bold;	
}
.title_blue {
	font-size:13px;
	color: #30688b;
	font-weight: bold;	
}
.text_blue {
	font-size:11px;
	color: #30688b;
}