html {overflow-y: scroll;}
body, td {
	font-family:			Arial, Helvetica, Sans-Serif;
	font-size: 				10pt;
}
.selected_text {
	color:					#808080;
}
.ADMIN_BUTTONS {
	font-family: 		Arial, Helvetica, Sans-Serif;
	FONT-SIZE: 			8pt;
   border:				1px Solid #000000;
   background-color: #C0C0C0;
   text-decoration: 	none;
	text-align: 		center;
	height:				15px;
	margin: 				0px;
	padding: 			0px 2px 0px 2px;
	color:				#000000;
}
.ADMIN_SELECT {
	font-family: 		Arial, Helvetica, Sans-Serif;
	FONT-SIZE: 			8pt;
   text-decoration: 	none;
	text-align: 		center;
	height:				12px;
	margin: 				0px;
	padding: 			0px 2px 0px 2px;
	color:				#000000;
	border-style:		solid;
	border-width:		1px;
	overflow:			hidden;
}
A.ADMIN_BUTTONS:HOVER {
   background-color: 	#7b8d05;
	color:				#FFFFFF;
}
.ADMIN_BUTTONS_DISABLED {
	font-family: 		Arial, Helvetica, Sans-Serif;
	FONT-SIZE: 			8pt;
   border:				1px Solid #000000;
   background-color: 	#C0C0C0;
   text-decoration: 	none;
	text-align: 		center;
	height:				15px;
	margin: 				0px;
	padding: 			0px 2px 0px 2px;
	color:				#FFFFFF;
}
.LIST_TABLE {
	FONT-SIZE: 			8pt;
	PADDING:				8px 0px 8px 0px;
	BORDER-TOP:			1px Solid #000000;
	BORDER-RIGHT:		1px Solid #000000;
	BORDER-BOTTOM:		1px Solid #000000;
}
.LIST_TITLE {
	FONT-WEIGHT: 		Bold;
	FONT-SIZE: 			9pt;
}
.LIST_CELL {
	PADDING-LEFT:		5px;
	PADDING-RIGHT:		5px;
	BORDER-LEFT:		1px Solid #000000;
	COLOR:				#757575;
}
.LIST_ITEM_BUTTON {
	CURSOR: 				Arrow;
	FONT-SIZE: 			8pt;
}
.LIST_ITEM {
	CURSOR: 				arrow;
	FONT-SIZE: 			8pt;
	PADDING-left:		5px;
}
A:LINK, A:VISITED, A:ACTIVE {
	font-family: 		Arial, Helvetica, Sans-Serif;
	COLOR:				#000000;
}
A:HOVER {
	font-family: 		Arial, Helvetica, Sans-Serif;
	COLOR:				#7b8d05;
}
A:LINK.footer_link, A:VISITED.footer_link, A:ACTIVE.footer_link {
	font-family: 		Arial, Helvetica, Sans-Serif;
	COLOR:				#808080;
	TEXT-DECORATION:	None;
}
A:HOVER.footer_link {
	font-family: 		Arial, Helvetica, Sans-Serif;
	COLOR:				#7b8d05;
	TEXT-DECORATION:	None;
}
A .thumb_image {
	filter: 			Alpha(opacity=85);
	opacity:			.75;
	border: 			2px Solid #000000;
	text-decoration:	none;
}
A:hover .thumb_image {
	filter: 			Alpha(opacity=100);
	opacity:			1.00;
	border: 			2px Solid #7b8d05;
	text-decoration:	none;
}
.text_sub_header {
	COLOR:				#7b8d05;
}
.thumb_link {
	background-color: 	#cccccc;
	font-size: 				8pt;
	padding-top:			4px;
	padding-left:			5px;
	padding-right:			5px;
   padding-bottom:		4px;
}
.main_header{
	background: 			url('/images/header.gif');
	background-repeat: 	no-repeat;
	width:					750px;
	height:					140px;
}
.main_left {
	background: 			url('/images/main_left.jpg');
	background-repeat: 	repeat-y;
	width:					12px;
}
.main_right {
	background: 			url('/images/main_right.jpg');
	background-repeat: 	repeat-y;
	width:					12px;
}
.main_content {
	background-color:		#FFFFFF;
	width:					750px;
}
.main_footer {
	width:					750px;
}
.footer_top {
	background-color: 	#cccccc;
	height:					10px;
}
.footer_text {
	font-family: 			Arial, Helvetica, Sans-Serif;
	font-size: 				9pt;
	color:					#808080;
	width:					33%;
}
.content_left {
	background-color: 	#cccccc;
	width:					120px;
	padding-top:			8px;
	font-family:			Arial, Helvetica, Sans-Serif;
	font-size: 				8pt;
}
.content_middle {
	font-family:			Arial, Helvetica, Sans-Serif;
	font-size: 				9pt;
	padding:					20px 15px 0px 12px;
	border-top:				1px Solid #cccccc;
	border-bottom:			1px Solid #cccccc;
}
.content_right {
	background-image: 	url('/images/stickers.gif');
	background-repeat: 	no-repeat;
	background-position: center 20px;
	background-color: 	#bee00d;
	width:					150px;
	font-family:			Arial, Helvetica, Sans-Serif;
	font-size: 				10pt;
	padding:					180px 10px 0px 10px;
}
.menu_buttons {
	width:					100px;
	height:					26px;
}
.menu_cells {
	padding-top:			10px;
	padding-bottom:		4px;
}
.order_input {
	width:					230px;
}
.order_button {
	font-family:			Arial, Helvetica, Sans-Serif;
	font-size: 				9pt;
	padding:					.5em 1em;
	margin-top:				1em;
	margin-bottom:			.8em;
	border-radius:			6px;
}