body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 72%;
  background-image: url('images/bg.gif');
  margin: 3px;
}

table{
	font-size: 100%;
}

td.middle{
		text-align: center;
}

table.small{
	font-size: 80%;
}

td{
	text-align: left;
}

td.middle{
		text-align: center;
}

td.right{
		text-align: right;
}

td.padding{
	padding-left: 5px;
	padding-right: 5px;
}

td.leftbg{
	background-image: url('images/left.gif');
}

td.rightbg{
	background-image: url('images/right.gif');
}

td.rleftbg{
	background-image: url('images/rleft.gif');
}

td.rrightbg{
	background-image: url('images/rright.gif');
}

h4{
	font-size: 115%;
	color: #990000;
	margin: 3px;
}

image.borderblack{
	border: 1px solid #000;
}

input{
	font-size: 95%;
}

textarea{
	width: 250px;
	height: 75px;
}

span.red{
	color: #cc0000;
}
.console{
	color: #cc0000;
	font-style: italic;
}
.quote{
	font-size: 200%;
	color: #666;
	font-family: "century gothic",verdana,sans-serif;
	text-align: center;
	font-weight: bold;
}
.smalltext{
	font-size: 80%;
	text-align: right;
}
ul{
	margin-left: 25px;
	margin-bottom: 0px;
}

li{
	list-style-image: url('http://bookings.solutions4restaurants.biz/images/bullet.gif');
	margin-left: 0px;	
}

ul.sub{
	margin-top: 0px;	
	margin-bottom: 0px;
}

ul.sub li{
	list-style-image: url(images/bulletsub.gif);
}

a:link{
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #CF0003;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #CC8152;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #990000;
}

#footer a:link{
	color: #990000;
	text-decoration: none;
}

#footer a:visited{
	color: #990000;
	text-decoration: none;
}

#footer a:hover{
	color: #990000;
	text-decoration: underline;
}

