/* CSS Document */
.menuActuator a { 
			color:#666666;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}

		.menu {
			font-family:verdana;
			color:#666666;
			font-size:10px;
			background-color: #ffffff; 
			layer-background-color:#ffffff;
			border-style:double;
		}

    td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
      }
a.formlink:link {
	color: #313198;
	font-size: 1em;
	}
a.formlink:visited {
	color: #990000;
	font-size: .9em;
	}
a.formlink:active {
	color: #990000;
	font-size: .9em;
	}
a.formlink:hover {
	color: purple;
	font-size: .9em;
	}
.helptable {
	background-color: #990000;
	}
a.helplink:link {
	color: #313198;
	font-size: .9em;
	}
a.helplink:visited {
	color: #990000;
	font-size: .9em;
	}
a.helplink:active {
	color: #990000;
	font-size: .9em;
	}
a.helplink:hover {
	color: purple;
	font-size: .9em;
	}
body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #313198;
	}
.bluehead	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	color:  #313198;
	}
.redhead 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	}

div.scroll {overflow: auto; width: 100%; height: 100%;}
