HTML, BODY {
	font-family: Verdana, arial, serif;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px;
	padding: 0px;
 width: 100%;
  height: 100%;

}

P {
	margin: 0px 0px 10px 0px;
}

A:hover {
	text-decoration: none;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}


#header {
	height:82px;
	line-height: 82px;
	background-color: #333333;
}

#content {
  margin-top: 30px;
  padding-bottom: 100px;
}

#menu {
	font-size: 18px;
	color: white;
}

#menu A {
	color: white;
	margin-right: 25px;
}

#menu A:hover{
	text-decoration:none;
}

#footer {
	background: url('/images/dotted-line.png') repeat-x top;
	 height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
}




.pdf_big {
	font-size: 10pt;
	line-height: 32px;
	padding-left: 38px;
	height: 32px;
	font-weight: bold; 
	background: url('/images/pdf-icon-big.gif') no-repeat left;
}

H1 {
	font-size: 20pt;
	font-weight: normal;
	color: #3895bd;
	margin: 0px 0px 15px 0px;
	font-family: Tahoma, serif;
}

.date {
	font-style: italic;
	color: gray;
	
}

UL.error_list{
	font-size: 8pt;
	color:red;
}

.form_input {
	padding: 3px;
	background: #fff;
}

.form_button {
	padding: 3px 8px 3px 8px;
	font-size: 12pt;
}

A.madeby {
   	color: gray;
    text-decoration: none;
	line-height: 16pt;
	font-size: 8pt;
	background: url('/images/wt-logo-sm.gif') no-repeat right;
	padding-right: 80px;
}

A.madeby :hover {
  text-decoration: underline;
}


