/* CSS Document */

.formtable {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}
.formtable td {
	font-size: 11px;
	}
.formtable td input, .formtable td textarea {
	font-size: 10px;
	width: 200px;
	color: #000000;
	}	
.title {
	font-size: 11px;
	width: 20%;
	padding: 10px 15px 10px 0px;
	margin: 0px;
	text-align: right;
	}
.twocol1 {
	width: 40%;
	padding: 5px 15px;
	margin: 0px;
	text-align: left;
	background-color: #9badd7;
	color: #000000;s
	font-weight: bold;
	}
.twocol2 {
	width: 40%;
	padding: 5px 15px;
	margin: 0px;
	text-align: left;
	background-color: #fff5cd;
	color: #FFCB05;
	font-weight: bold;
	}
 .fivecol1 {
	font-size: 11px;
	width: 25%;
	padding: 5px 15px;
	margin: 0px;
	text-align: left;
	background-color: #9badd7;
	color: #000000;
	font-weight: bold;
	}
.fivecol2 {
	font-size: 11px;
	width: 20%;
	padding: 5px 15px;
	margin: 0px;
	text-align: left;
	background-color: #9badd7;
	color: #000000;
	font-weight: bold;
	}
.fivecol3 {
	font-size: 11px;
	width: 15%;
	padding: 5px 15px;
	margin: 0px;
	text-align: left;
	background-color: #9badd7;
	color: #000000;
	font-weight: bold;
	}		
.fivecolumnformtable {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}	
.fivecol1 input {
	font-size: 10px;
	width: 150px;
	color: #000000;
	}
.fivecol2 input  {
	font-size: 10px;
	width: 50px;
	color: #000000;
	}
.fivecol3 input  {
	font-size: 10px;
	width: 20px;
	color: #000000;
	}
.littlecolumns {
	width: 20px;
	}	