﻿body {
    text-align: center;
    COLOR: #424244;
    background-color: #6D6E72;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
h1 {
    background-color: #565658;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px;
	padding:.2em; 
	margin-bottom: 5px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
	text-align:center;
}
/*
    background-color: #B1AFB0;
    COLOR: #ffffff;

*/
h2 {
    background-color: #565658;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px;
	padding:.2em; 
	margin-bottom: 5px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
	text-align:center;
}
p   {
   	margin-bottom: 10px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
    padding-left: 10px;
    padding-right: 5px;
}
.shophead {
    COLOR: #424244;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px;
	padding:.2em; 
	margin-bottom: 15px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
	text-align:left;
}
.greywhite {
    background-color: #565658;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px;
	padding:.2em; 
	margin-bottom: 5px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
}
.strongred {
    COLOR: #FF0000;
    FONT-WEIGHT: bold;
    font-style:normal;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 16px;
}
.smalltext {
	FONT-SIZE: 10px;
}
#container 
{
    /* This is for general centering - see http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
    
    margin: 0 auto; /* this (i think) gets rid of different centering between ie and moz browsers */
    width: 985px;
    height: 770px;
    text-align: left;
    /* this gets all content within the container to position relative to the container */
    position: relative;
}
/*worth doing to make IE and Chrome behave themselves...*/
ul 
{
    margin: 1px;
    padding-left: 30px;
    padding-bottom:0px;
}     
li 
{
    margin: 0;
    padding: 0;
}     
    
.tinytext 
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-weight:normal;
    font-size:9px;
    color:#000000;
}
A
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
A:visited
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
A:hover
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}

A:active 
{
    COLOR: #DDB805;
    FONT-WEIGHT:bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
A.menulink
{
    COLOR: #424244;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}
A.menulink:visited
{
    COLOR: #424244;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}
A.menulink:hover
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}

A.menulink:active 
{
    COLOR: #424244;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}

A.tinylink
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}
A.tinylink:872175
{
    COLOR: #009900;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}
A.tinylink:hover
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}

A.tinylink:active 
{
    COLOR: #872175;
    FONT-WEIGHT:bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}
.bordered
{
    border-right: #565658 1px solid; 
    border-top: #565658 1px solid;
    border-left: #565658 1px solid; 
    border-bottom: #565658 1px solid; 
}
.bigtext 
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-weight:bold;
    font-size:15px;
    color:#000000;
}
A.biglink
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}
A.biglink:visited
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}
A.biglink:hover
{
    COLOR: #DDB805;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}

A.biglink:active 
{
    COLOR: #DDB805;
    FONT-WEIGHT:bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 14px
}

