/* DEFAULT BODY SECTION */
body {
  font-family: Tahoma, Arial;
  font-size: 11px;
  background-color: #FFC30B;
  color: #575757;
  
  background-repeat: repeat;
  
}

A:link {text-decoration: underline;}
A:visited {text-decoration: underline;}
A:active {text-decoration: underline;}
A:hover {text-decoration: none;}

#MenuItem{cursor: pointer; cursor: hand;}

/* DEFAULT OBJECT STYLES */
TD {font-family: Tahoma, Arial; font-size: 11px; color: #575757;}
SELECT {font-family: Tahoma, Arial; font-size: 11px;}
INPUT {font-family: Tahoma, Arial; font-size: 11px;}
HR {height: 1px; width: 100%; color: #575757;}
TEXTAREA {font-family: Tahoma, Arial; font-size: 11px;}

/* CLASS DECLARATIONS */
.LightText {color: #000000;}
.BCText {font-size: 10px; color: #666666;}

/* LINK TYPES */
A.MainLink:link {color: #575757; text-decoration: underline;}
A.MainLink:visited {color: #575757; text-decoration: underline;}
A.MainLink:hover {color: #575757; text-decoration: none;}

A.PriceLink:link {color: #FF0000; text-decoration: underline;}
A.PriceLink:visited {color: #FF0000; text-decoration: underline;}
A.PriceLink:hover {color: #FF0000; text-decoration: none;}

A.OffsetLink:link {color: #104EB4; text-decoration: underline;}
A.OffsetLink:visited {color: #104EB4; text-decoration: underline;}
A.OffsetLink:hover {color: #104EB4; text-decoration: none;}

A.LightLink:link {color: #ffffff; text-decoration: underline;}
A.LightLink:visited {color: #ffffff; text-decoration: underline;}
A.LightLink:hover {color: #ffffff; text-decoration: none;}

A.DarkLink:link {color: #000000; text-decoration: underline;}
A.DarkLink:visited {color: #000000; text-decoration: underline;}
A.DarkLink:hover {color: #000000; text-decoration: none;}

A.CatLink:link {color: #ffffff; text-decoration: none;}
A.CatLink:visited {color: #ffffff; text-decoration: none;}
A.CatLink:hover {color: #ffffff; text-decoration: none;}

A.BCLink:link {color: #666666; text-decoration: underline;}
A.BCLink:visited {color: #666666; text-decoration: underline;}
A.BCLink:hover {color: #666666; text-decoration: none;}

A.MainLink2:link {color: #666666; text-decoration: underline;}
A.MainLink2:visited {color: #666666; text-decoration: underline;}
A.MainLink2:hover {color: #666666; text-decoration: none;}

A.ColorChanger:link {color: #575757; text-decoration: none;}
A.ColorChanger:visited {color: #575757; text-decoration: none;}
A.ColorChanger:hover {color: #666666; text-decoration: none;}

.footer {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	color: #6C6C6C;
	line-height: 12px;
}

.footer A:LINK {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	color: #d2ae3f;
	text-decoration: none;
	line-height: 12px;
}

.footer A:VISITED {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	color: #7f4201;
	text-decoration: none;
	line-height: 12px;
}
	
.footer A:HOVER {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 12px;
}	


