body {
	margin:0px;
	background:url('images/bg.jpg') repeat-x top #ffffff;
}
* {
	font-family: arial;
	font-size: 11px;
	color: #555555;
}
a {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #555555;
	font-weight: bold;
}
.menubar td {
	color: #ffffff;
}
.menubar a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.menubar a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.input_qnty {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #dddddd;
	width: 20px;
}
.heading {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background: #aaaaaa;
	padding: 10px;
	color: #ffffff;
}
.heading a, .heading td {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}
.heading a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}
.menuheading {
	font-family: verdana;
	font-size: 10px;
	background:#555555;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
}
.a_mailto {
	text-decoration: underline;
}
.quickalert {
	font-family: tahoma;
	font-size: 11px;
	color: red;
	font-weight: bold;
}