body {
	font-family: Arial;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:10pt;
}

table {
	font-size:10pt;
}

img.png { 
	behavior: url('/png.htc'); 
}

a {
	font-family: Times New Roman;
}

a.submenu {text-decoration: none; font-family: Comic Sans MS; font-weight: bold; font-size:10pt; color: #ffffff;}
a.submenu:link {text-decoration: none; font-size:10pt; color: #ffffff;}
a.submenu:hover {text-decoration: none; font-size:10pt; color: #ffff00;}
a.submenu:active {text-decoration: none; font-size:10pt; color: #ffff00;}

a.menu {text-decoration: none; color: #E9B77B; font-weight: bold; font-size:8pt;}
a.menu:link {text-decoration: none; color: #E9B77B; font-weight: bold; font-size:8pt;}
a.menu:hover {text-decoration: underline; color: #E9B77B; font-weight: bold; font-size:8pt;}
a.menu:active {text-decoration: none; color: #E9B77B; font-weight: bold; font-size:8pt;}

.feedback {
	width:100%;
}

.basket_table {
	border-collapse: collapse;
	padding:5px;
}

.basket_table tr td {
	border: 1px solid #000;
	padding:5px;
}
	
.basket_table th {
	background: #cfa;
	border: 1px solid #000;
	font-size: 10pt;
	font-weight: bold;
	padding:5px;
}

.inputtext {
	font-size:8pt; 
	height:20px;
	width:100%;
	padding:2px;
	background:#E6BC80;
}

.users_list {
	margin: 20px;
	border-collapse: collapse;
	padding:5px;
}

.users_list tr td {
	border: 1px solid #000;
	padding:5px;
	font-size: 9pt;
}
	
.users_list th {
	background: #cfa;
	border: 1px solid #000;
	font-size: 8pt;
	font-weight: bold;
	padding:5px;
}

.users_list tr td a{
	color: #cc0000;
	font-size: 9pt;
	text-decoration: line-through;
}