

html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

body{
	background-color: #A9AC99;
}

xform, div.box {
	background-color: #ECECEF;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border: 1px solid gray;
	width: 100%;
	padding-left: 4px;
	padding-right: 0px;
}

table.containertable {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

td.containertd {
	vertical-align: middle;
	text-align: center;
	top: 50%;
	padding: 0px;
}

div.container {
	background-color: #1F4063;
	background: url('./graphics/middle.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	padding: 0px;
	color: #334455;
}

.layout_header {
	background: url('./graphics/header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 100%;
}

.layout_footer {
	margin: 0px;
	padding: 10px;
	padding-right: 30px;
	padding-left: 20px;
	background: url('./graphics/bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
	margin-bottom: 0px;
	text-align: right;
}


/*    EOF CONTAINER LAYOUT   */

A {
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 8pt;
	color: #011643;
}

a:hover, a:active {
	color: #7db5d5;
}

a img {
	border-color: #FFFFFF;
}

* {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 8pt;
	color: #111111;
}

.contentcell {
	font-size: 7pt;
	padding: 30px;
	max-width: 790px;
	min-width: 790px;
	width: 790px;
	overflow: visible;
	line-height: 160%;
}

.textfield, textarea, select, input {
	background: #FFFFFF url('./graphics/form_textfield_bg.jpg') repeat-x; 
	font-size: 8pt; 
	border: 1px solid #A4A4A4; 
	padding: 3px; 
}

option {
	border-bottom: 1px dotted gray;
}

br {
	line-height: 11px;
}

h2 {
	font-size: 11pt;
	font-family: arial;
	letter-spacing: 1pt;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #111111;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: -5px;
	border: 0px solid gray;
	
	width: 100%;
	color: #990000;
	border-bottom: 1px solid #ABA9CF;
}

h3 {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

/* eof hover box */

.menuline{
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	padding-left: 20px;
}

.menuline ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.menuline ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	color: gray;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	line-height: 14px;
}

.menuline ul li a{
	padding: 0px 10px;
	margin: 0px;
	float: left;
	position: relative;

	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	color: #011643;
}

.menuline ul li a:hover {
	background: transparent;
	color: #7db5d5;
}

/*   ---   */


label {
	font-weight: bold;
	text-align: left;
	width: 5.5em;
	margin-right: 10px;
	min-width: 4em;
	float: left;
	display: block;
}

fieldset {
	padding: 20px;
	width: 95%;
	margin: 10px;
	margin-top: 30px;
	background-color: #ECECEF;
}

legend {
	padding: 2px 6px;
	margin: 0px;
	font-weight: bold;
}

.submit {
	margin-left: 35em;
}

textarea {
	height: 100px;
	overflow: auto;
}

.hname {
  font-size: 8pt;
  font-family: times new roman;
  font-weight: bold;
}
