/**************************************************/
/*   CSS Body Defaults section.					*/
/**************************************************/
BODY {
	background : 		#FFEAD1;
	font-family : 		Arial, Helvetica, sans-serif;
	font-size : 		13px;
	color : 			#000000;
	margin:				0px;	
}

A  {
	margin-right :		2px;
	font-size : 		12px;
    padding :			2px 2px;
    text-decoration :	none;
    font-weight :		bold;
    color : 			#4C2600;
}

A.mailto  {
	font-size : 		12px;
    text-decoration :	none;
    font-weight :		bold;
    color : 			#4C2600;
}

A.reactie  {
	font-size : 		10px;
    text-decoration :	none;
    font-weight :		bold;
    color : 			#4C2600;
}

A:hover {
	text-decoration: 	underline;
}

TEXTAREA.Email {
	background:			#FFEAD1;
	border:				#D87300 1px solid;
}

INPUT.Email {
	background:			#FFEAD1;
	border:				#D87300 1px solid;
}

INPUT.EmailBtn{
	margin-top:			5px;
	background:			#FFEAD1;
	border:				#D87300 1px solid;
}

INPUT.Readonly {
	background:			#FFEA9E;
	border:				#FFEA9E 0px solid;
}

TEXTAREA

#Inhoud  TD.Highlight {
	background-color: 	#FFD800;
}

#Inhoud  TD {
	background : 		#FFEA9E;
}

#Inhoud  TD.Zijkant {
	width:				30px;
}

#Inhoud  TD.Midden {
	padding:			10px;
}

#Inhoud  P.Titel {
	font-size : 		18px;
	font-weight :		bold;
	margin-bottom : 	2px;
}

#Inhoud  P.Subtitel{
	font-size : 		16px;
	font-weight :		bold;
	margin-top:			4px;
	margin-bottom:		8px;
}

#Inhoud  P.Subtiteltext{
	font-size : 		14px;
	margin-top:			0px;
	margin-bottom:		6px;
}


#Inhoud  P.Smallsubtitel{
	font-size : 		12px;
	font-weight :		bold;
	margin-top:			4px;
	margin-bottom:		4px;
}

#Inhoud  P.Reactie{
	font-size : 		10px;
	font-weight :		bold;
	margin-top:			4px;
	margin-bottom:		4px;
}

#Inhoud  HR {
	color:				#E0B721;
	height: 			1px;
	margin-bottom : 	5px;
}

/**************************************************/
