body { 
	margin: 0px;
	background-color: white;
	padding: 0px;
 	font-family: courier;
	font-size: 10pt;
 	scroll: yes;
	}

h3 {
	font-size: 14pt;
	}

div.menu-link {margin: .4em;}
  
a:link {color: blue;}
a:active {color: #393;}
a:visited {color: blue;}
a:hover {color: #393;}

a.menu:link {color: white;}
a.menu:active {color: white;}
a.menu:visited {color: white;}
a.menu:hover {color: white;}

a.nounderline {text-decoration:none;}

p.error_code {
	color: red;
}

TEXTAREA, INPUT, SELECT, OPTION {
font-family: courier;
font-size: 10pt;
}
table {
font-size: 10pt;
font-family: courier;
}
th {text-align: right;}
table.data {
  background-color: white;
  font-size: 10pt;
  font-family: courier;
  border: solid black 1px;
}
td.data {
  background-color: white;
  border: solid black 1px;
  padding: 5px;
}
th.data {
  background-color: white;
  text-align: center;
  padding: 5px;
}
table.menu {
  font-size: 10pt;
  font-family: courier;
  border: solid black 1px;
  vertical-align: top;
}
td.menu {
  border: dotted black 1px;
  padding: 5px;
}
th.menu {
  text-align: center;
  padding: 5px;
}
th.que {
  text-align: left;
}
td.que {
  padding-right:10px;
  text-align: left;
}

    
div#date {
	position: absolute;
	top: 7px;
	right: 5px;
	height: 50px;
	width: 200px;
	background-color: white;
	text-align: right;
	font: normal 10pt Courier;
	z-index: 4;
	}
/*body>div#date {position: fixed;}*/

img#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index:4;
	}
/*body>img#logo {position: fixed;}*/

div#col1 {
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background-color:white;
	z-index: 3;
	}
/*body>div#col1 {position: fixed;}*/

div#col2 {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #393;
	color: #fff;
	font: normal 10pt Courier;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	z-index: 4;
	text-align: left;
	}
/*body>div#col2 {position: fixed;}*/

div#col3 {
	position: absolute;
	top: 80px;
	height: 500px;
	width: 100px;
	background: silver;
	border-right: dashed black 1px;
	border-bottom: dashed black 1px;
	z-index: 1;
	}
body>div#col3 {
	position: fixed;
	bottom: 0px;
  }

.hilight {
  color: #393;
}

span.title {
font: bold 12pt courier;
}

form.background {
background-color: silver;
border: solid black 2px;
padding: 5px;
}
label {
    font: bold 12 courier;
}
