/* CSS Document */
body {
scrollbar-base-color: #330066;
scrollbar-track-color: #99CCCC;
scrollbar-face-color: #330066;
scrollbar-highlight-color: #99CCCC;
scrollbar-3dlight-color: #330066;
scrollbar-darkshadow-color: #330066;
scrollbar-shadow-color: #330066;
scrollbar-arrow-color: #99CCCC;
}

.web {  font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 12px}
.web a:link { font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: underline; font-size: 12px}
.web a:visited { font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: underline; font-size: 12px}
.web a:hover { font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 12px}

.web2 {  font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 18px}
.web2 a:link { font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 18px}
.web2 a:visited { font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 18px}
.web2 a:hover { font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: underline; font-size: 18px}

.blcklink {  font-family: "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none; font-size: 10px}
.blcklink a:link { font-family: "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none; font-size: 12px}
.blcklink a:visited { font-family: "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none; font-size: 12px}
.blcklink a:hover { font-family: "Times New Roman", Times, serif; color: #000000; text-decoration: none; font-size: 12px}

.txt {font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 16px;}
.txt2 {font-family: "Times New Roman", Times, serif; color: #330066; text-decoration: none; font-size: 18px;}
/*
.dots {
	background: url(main_images/menudot.gif) center repeat-x;
}

.dots p {
	background: #99cccc;
	margin-left: -1px;
	width: 150px;
}

.nodots {
	background: none !important;
}
*/
.menu {
	background-color: #99cccc;
	color: #330066;
	font-size: 14px;
}
.menu td {
	height: 21px;
}
.menu td.dish {
	background: url(main_images/menudot.gif) center repeat-x;
}
.menu td.dish span {
	background-color: #99cccc;
	padding: 2px;
}

/* FOR PLATES REQUIRING MORE DESCRIPTION SPACE */
.menu td.description {
	font-size: 12px;
	padding-left: 15px;
}
.menu td strong {
	padding: 2px;
}