/*
**
**  Voorbeeld stylesheet voor de BICAT webcat
**
**  $Id: mystyle_profmenu.css,v 1.1 2005/04/24 19:29:13 pgl Exp $
**
*/

@import "mystyle_common.css" ;

/* PROFMENU */

H3.pageheader {
}

/* aanwinstprofielschermen */
TABLE.prof {
}
TR.profhgrp  {
  background-color:#DDDDDD;
}
TD.profhgrpdesc {
  width:100pt;
  text-align:right
}
TD.profhgrpaant {
  text-align:right
}
TR.profprof {
  background-color:#EEEEEE;
  font-size:10pt;
  color:blue;
  font-style:italic
}
TD.profprofdesc {
  width:100pt;
  text-align:right
}
TD.profprofaant {
  text-align:right
}
A.proflink {
}


