body{
font-family: Arial;
font-size: 14px;
color: #ffffff;
background-image:url(../Images/header.jpg);
background-repeat: no-repeat;
background-color:#1f314f
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #faf88e;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #faf88e;
text-decoration: none;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #faf88e;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffff99;
text-decoration:underline;
}

.button a:link, .button a:visited, .button a:active, .button a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	line-height: 50px;
}

td {
font-family: Arial;
color: #ffffff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	padding-top: 32px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-align:center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	filter: Shadow(Color=#000000, Direction=160);
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-decoration:none;
color: #ffffff;
}
h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
color: #ffffff;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
ul, li {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
list-style-type: disc;
}
hr {
color: #faf88e;
height: 1px;
width: 80%;
}
.red {
font-family: Arial, Helvetica, sans-serif;
color: #cc0000;
}
.blue {
font-family: Arial, Helvetica, sans-serif;
color: #99ccff;
}
.highlightedRED {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #cc0000;
	font-weight: normal;
}
.highlightedBW {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-weight: normal;
}
.shadow {width: 100%; height:auto; filter: Shadow(Color=#0000ff, Direction=160)
}
.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px
}

.button{
	background-image:url(../Images/button.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:50px;
}
.shopsign{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #fff;
text-align:center;
padding-top: 32px;
}
.star{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #ff0000;
text-align:center;
}
.shopitembg{
background-color: #369;
}
.hideme{
visibility: hidden;
}

th.col-select,th.row-select {
    text-decoration: underline;
    cursor: pointer;
}

/*
--------------------------------------------------------
Below this comment the styles affect only print-outs,
they do not affect what is seen on the screen
--------------------------------------------------------
*/
@media print{
   body{
      font-family: Georgia, serif;
      font-size: 20px;
      color: #cc0000;
      background-image:url(../Images/header.jpg);
      background-repeat: no-repeat;
      background-color:#fff;
   }
   .red {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #c00;
   }
   .yellow {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #ff9;
   }
}
