.leftnav {
	background-color : #E0E0C2;
}

.leftnavlnk {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	background : #E0E0C2;
}

.leftnavlnk:hover {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Red;
	text-decoration : none;
	background : #E0E0C2;
}

.smalltxt {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
}

.medtxt {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
}

.legaltext {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 10px;
}

.orderlbl {
   font-family : Tahoma, Arial, sans-serif;
   font-size : 11px;
   font-weight : bold;
}

.orderhdr {
   font-family : Tahoma, Arial, sans-serif;
   font-size : 12px;
   font-weight : bold;
}

.required {
   font-family : Tahoma, Arial, sans-serif;
   font-size : 11px;
   font-weight : bold;
   color : #CC0000;
}

input.ordertxt {
   font-family : Tahoma, Arial, sans-serif;
   font-size : 11px;
   font-weight : normal;
}

select.ordersel {
   font-family : Tahoma, Arial, sans-serif;
   font-size : 11px;
   font-weight : normal;
}

textarea.order {
   font-family : Tahoma, Arial, sans-serif;
   font-size : 11px;
   font-weight : normal;
}

input.smallBtn {
	background : #D3D3D3;
	font : normal 11px Tahoma, Arial, sans-serif;
}

table.bdr {
	background : #E5E5C6;
	border : 1px solid Black;
}

