/* 
   Designed for: Assurantiekantoor.com
   Author: Sander Middelkoop (c) 2009
*/

BODY {
	font: 14px Arial;
	color: #003333;
	margin: 0;
	background-color: #CCCCCC;
}

TD {COLOR: #003333;	Font: 13px Arial;}
TD.small {	COLOR: #003333;	Font: 12px Arial;}
TD.voorwaarde {COLOR: #003333;Font: bolder 14px Arial;}
TD.voorwaarde_small {COLOR: #003333;Font: 9px Arial;}
TD.voorwaarde_wit {COLOR: White;	Font: 8px Arial;}

LI {color: #003333;	font: 12px Arial;	list-style-type: square; }

H1 {
	COLOR: #003333;
	font: 16px Arial;
	font-weight: bold;
}
H2 {	COLOR: #003333;	font: 12pt Arial;	font-weight: bold;}
H3 {	COLOR: #003333;	font: 12pt Arial;	font-weight: bold;}
H4 {	COLOR: #003333; 	font: 10pt Arial;	font-weight:bolder;}
H5 {	COLOR: #003333; 	font: 12px Arial;}
H6 {	COLOR: #003333; 	font: 6pt Arial;}

.button{
	background-image: url(http://www.assurantiekantoor.com/images/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	COLOR: #003333;
	cursor: hand;
	LINE-HEIGHT: 18px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

.rand{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	background: #FFFFFF;
}

.rand2{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background: #EEEEEE;
}

a {COLOR: #003333;}
a:link {color: #003333;	font: 13px Arial;	text-decoration: underline;}
a:visited {color: #003333; font: 13px Arial; text-decoration: underline;}
a:hover {color: #003333; font: 13px Arial; text-decoration: underline;}
a:active {color: #003333; font: 13px Arial; text-decoration: underline;}

a.small {COLOR: #003333; font: 9px Arial; text-decoration: underline;}
a.small:link {color: #003333;	font: 9px Arial;	text-decoration: underline;}
a.small:visited {	color: #003333;	font: 9px Arial;	text-decoration: underline;}
a.small:hover {	color: #003333;	font: 9px Arial;	text-decoration: underline;}
a.small:active {	color: #003333;	font: 9px Arial;	text-decoration: underline;}

a.small_white {COLOR: white; font: 8px Arial; text-decoration: underline;}
a.small_white:link {color: white;	font: 8px Arial;	text-decoration: underline;}
a.small_white:visited {	color: white;	font: 8px Arial;	text-decoration: underline;}
a.small_white:hover {	color: white;	font: 8px Arial;	text-decoration: underline;}
a.small_white:active {	color: white;	font: 8px Arial;	text-decoration: underline;}