<!-- /* Style Sheet for easy layout */
body {
	font-size  :  10pt;
    color  :  black;
    font-family  :  verdana, arial, helvetica, san-serif;
    background-color  :  white;
    margin  :  2px;
	}

td {
	font-size : 9pt;
	/*border : 1px #eeeeee solid;*/
	}

textarea {
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #cc6666;
	}


.loud, h4 {	/* afaik only used on server step headers */
	font-weight : bold;
	color : #CC3333;
	margin : 0px;
	}

.normal {	/* IE screws up nested <li> used on 'perl' pages */
	font-weight : normal;
	color : black;
	}


.shout {/* main page tiles in <h2> */
	text-align : center;
	color : #990000;
	}

.button	{
	background-color :  #CC6666;
	border :  1px outset #cc6666;
	font-family :  arial;
	font-size :  9pt;
	color :  #FFFFFFF;
	}

.title {
	font-size : 14pt;
	color : #cc6666;
	text-align : center;
	border-bottom :  1px #cccccc solid;
	}


/* ######################################################################## */
.header {
	border : 1px #990000 solid;
	background-color : #cc6666;
	font-weight : bold;
	padding-left : 20px;
	}

.desc {
	background-color : white;
	border :  1px #990000 solid;
	border-collapse : collapse;
	padding : 8px;
	}


/* ###  menu  ############################################################# */

.menuHeader {
	border : 1px #990000 solid;
	font-weight : bold;
	background-color : #cc6666;
	color : white;
	padding-left : 2px;
	}

.menuCell {
	  border-top    : 2px solid #CCCCCC;
  border-left   : 2px solid #CCCCCC;
  border-right  : 2px solid #808080;
  border-bottom : 2px solid #808080;
	padding : 0px;
	}

.menuDesc {
	border : 1px #990000 solid;
	background-color : #cc6666;
	color : white;
	font-size : 8pt;
	}

a.menu { /* properties that are the same for all types */
	display :  block;
	padding : 1px;
	cursor : hand;
	color : #000066;
	background-color : #A7D6C7;
	font-weight : bold;
	width : 120px
	}

a.menu:link {
	color : #000066;
	text-decoration :  none;
	}
a.menu:visited {
	color : #660099;
	text-decoration :  none;
	}
a.menu:hover {
	color:white;
	background-color : #cc6666;
	text-decoration :  none;
	}
a.menu:active {
	color : #CC0000;
	text-decoration :  none;
	}
/* ######################################################################## */


/* ######################################################################## */



//-->
