﻿body {
	margin: 10px;
	background-image: url(texture-back.jpg);
}
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Comic Sans MS;
	font-size: 14pt;
	font-weight: normal;
	color: #333399;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
a,a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}
a.r,a.r:visited {
	color: #FE0709;
	text-decoration: none;
}
a.r:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.sm {
	font-size: 8pt;
}
.reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.smwh {
	font-size: 8pt;
	color: #FFFFFF;
}
.lg {
	font-size: 12pt;
}
.wh {
	color: #FFFFFF;
}
.bl {
	color: #333399;
}
.comic {
	font-family: Comic Sans MS;
	font-size: 12pt;
}
td.nav {
	background: url(black-top.gif) no-repeat top left;
}
td.brdr {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.btm {
	background: url(black-bottom.gif) no-repeat top left;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: decimal;
	color: #22107E;
}
hr {
	width: 80%;
	text-align: center;
	color: #CCCCCC;
}

#shop
{
  display: block;
  width: 150px;
  height: 46px;
  background: url("../images/shop.jpg") no-repeat 0 0;

}

#shop:hover
{ 
  background-position: 0 -46px;
}

#shop span
{
  display: none;
}

