@charset "iso-8859-1";
body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Arial Narrow", */
	color: #000080;
}
table{
	border-collapse: collapse;
}
td{	
	font-size: 80%;	
}




.submit{
	height: 2em;
	background-color: #232891;
	border-style: none;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}
.text-input {
	border: double #94a68b;
	font-size: 10px;
	/*line-height: 13px;*/
}
.dropdown {
	background-color: #94a68b;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	/*line-height: 13px;*/
}
.textarea {
	border: double #94a68b;
	/*font-size: 10px;*/
	/*line-height: 13px;*/
}