BODY	{
	font-family: "Trebuchet", "Trebuchet MS", "Arial";
	font-size: 10pt;
	color:#FFFFCC;
	background: #330066; 
	background-image: url("img/AnaCalBG.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*
positie van gefixeerde background-images:
bij Netscape t.o.v. het venster (body)
bij IE t.o.v. het vensterONDERDEEL (body, header, paragraph) 
*/
DIV.REFLINE	{
	text-align: center;
}
A	{
	color:#FFFFCC;
}
TD	{
	font-family: "Trebuchet", "Trebuchet MS", "Arial";
	font-size: 10pt; /* harde grootte vanwege knop-achtergrond */
	line-height:20px;
}
SPAN	{
	font-family: "Trebuchet", "Trebuchet MS", "Arial";
	font-size: 10pt;
}
H1	{
	color: #FFE899; 
	font-size:24pt;
}
/* 
menu-knoppen 
*/
TD.HEAD	{
	background:url('img/btnHead.gif');
	background-repeat:no-repeat;
	font-weight: bold;
	width:160px;
	height:20px;
	line-height:20px;
	vertical-align:top;
	color:#FFFF99;
}
TD.HEAD:hover	{
	color:#FFFFFF;
}
TD.HEAD:active	{
  background:url('img/btnHead_.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
}
TD.LINK	{
  background:url('img/btnLink.gif');
  background-repeat:no-repeat;
  width:160px;
  height:20px;
  line-height:20px;
  vertical-align:top;
  color: #FFFF99;
}
TD.LINK:hover	{
  color: #FFFFFF;
}
TD.LINK:active	{
  background:url('img/btnLink_.gif');
  background-repeat:no-repeat;
  color:#FFFFFF; 
}
TD.SIZE	{
	background:url('img/btnSize3.gif');
	background-repeat:no-repeat;
	font-weight: normal;
	width:32px;
	height:20px;
	line-height:20px;
	vertical-align:top;
	color:#FFFF99;
	text-align:center;
}
TD.SIZE:hover	{
	color:#FFFFFF;
}
TD.SIZE:active	{
  background:url('img/btnSize3_.gif');
  background-repeat:no-repeat;
  color:#FFFFFF;
}
TR.ROWHIDE	{
  display:none;
}
TR.ROWSHOW	{
  display:block;
}
TD.HEAD SPAN A, TD.LINK SPAN A, TD.SIZE SPAN A	{
  text-decoration:none;
}
TD.HEAD SPAN, TD.LINK SPAN, TD.SIZE SPAN	{
  position:relative; 
  top:0px; 
  left:0px;
}
TD.HEAD:active SPAN, TD.LINK:active SPAN, TD.SIZE:active SPAN	{
  position:relative; 
  top:1px; 
  left:1px;
}
IMG	{
  vertical-align:top; 
  border:none;
}
