﻿.label 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
}
.dropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #808080;
	height: 20px; 
}
.inputfld
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
	background-color: White;
	border-style: solid;
	border-color: Silver;
	border-width: 1px;
	height: 16px;
}
.displayfld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Blue;
	background-color: Transparent;
	border-style: none;
	height: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006699;
}
.footertext {
	color: #006699;
	font-size: x-small;
	text-decoration: underline;
}

