body {
  background: #FF83FA url('images/bg_gradient.gif') repeat-x top left;
}
.darkGrayRule
{
	background-color: RGB(40,40,40);
}

.menuRule
{
	background-color: RGB(120,120,120);
}

.vertRule
{
	border-right: solid 1px RGB(40,40,40);
}

a.navLink
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: RGB(40,40,40);
	text-decoration: none;
}

a.navLink:hover
{
	border-bottom: solid 1px RGB(40,40,40);
}

.bodyText
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: normal;
	color: RGB(40,40,40);
}

.bodyUnderline
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: normal;
	color: RGB(40,40,40);
	text-decoration: underline;
}

.bodyBold
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: RGB(40,40,40);
}

.menuItem
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: RGB(40,40,40);
}

.menuDesc
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: RGB(40,40,40);
}

.menuPrice
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: RGB(40,40,40);
}


.bodyTitle
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 18px;
	font-weight: bold;
	color: RGB(40,40,40);
}

.bodySubTitle
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 14px;
	font-weight: bold;
	color: RGB(40,40,40);
}

a.hotLink
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: RGB(255,0,0);
	text-decoration: none;
}

a.hotLink:hover
{
	border-bottom: solid 1px RGB(255,0,0);
}

a.newsLink
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: RGB(40,40,40);
	text-decoration: none;
}

a.newsLink:hover
{
}

.catBack
{
	background-image: url(images/purr-light.gif);
	background-repeat: no-repeat;
	background-position: 100px;
}

.imageBorder
{
	border solid 1px RGB(40,40,40);
}

.newsletterButton
{
	background-color: RGB(255,255,255);
	border: solid 1px RGB(40,40,40);
}