body, table, tr, td {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			x-small;
	color:				black;
	margin:				0px;
}
th {
	text-align:			left;
	font-weight:		bold;
	color:				#0F2386;
}
a {
	text-decoration:	none;
	color:				#B01504;
}
a:hover {
	text-decoration:	underline;
}
h1 {
	font-size:			medium;
	margin-top:			12px;
	margin-bottom:		9px;
	border-bottom:		1px solid #999999;
	width:				98%;
}
h2 {
	font-size:			medium;
	margin-top:			9px;
	margin-bottom:		6px;
	color:				#857B5B;
}
h3 {
	font-size:			small;
	margin-bottom:		6px;
	margin-bottom:		3px;
	color:				#0F2386;
}
ol, ul {
	margin-top:			6px;
	margin-bottom:		6px;
}
li {
	margin-left:		-12px;
	margin-top:			3px;
}
input, textarea {
	font-family:		Arial, Verdana;
	font-size:			x-small;
	border:				1px solid #999999;
}
.inputCheckbox {
	border:				0px;
}
.qtyField {
	width:				35px;
}
.moneyField {
	width:				45px;
}

.loginForm {
	padding:			0px;
}
.menubar {
	border-bottom:		1px solid black;
	padding:			3px;
	background-color:	#F2E4CB;
}
.menubar a {
	font-weight:		bold;
	color:				#B01504;
}
.side_menu {
	font-size:			small;
	padding:			3px;
	width:				188px;
}
.footerbar {
	font-size:			x-small;
	color:				#999999;
	border-top:			1px solid black;
	padding:			3px;
	background-color:	#F2E4CB;
}
.dataTable-total {
	font-style:			italc;
	font-weight:		bold;	
	border-top:			1px double #999999;
}
.dataTable th {
	padding:			2px;
}
.dataTable td {
	padding:			2px;
}
.note {
	font-size:			x-small;
	font-style:			italic;
	color:				#555555;
}
.shadedArea {
	background-color:	#F2E4CB;
	padding:			6px;
}
.instructionBox {
	font-size:			x-small;
	color:				#555555;
	background-color:	#eaeaea;
	border:				1px dotted #999999;
	padding:			3px;
	width:				98%;
}
.noticeBox {
	background-color:	#ffffcc;
	border:				1px dotted #ffff00;
	padding:			1px;
	padding-right:		3px;
	padding-left:		3px;
	width:				98%;
}
.errorBox {
	background-color:	#ffbfbf;
	border:				1px dotted #ff3300;
	padding:			1px;
	padding-right:		3px;
	padding-left:		3px;
	width:				98%;
}
.red {
	color:				red;
}

.textboxLong {
	width: 				225px;
}

select{
	font-size: 			12px;	
}

.widetextinput{
	width: 200px;	
}
