/* Standard Classes - edit as needed do rename or delete */

A{
	text-decoration: underline;
	color: #444444;
	font-weight: bold;
}
a:hover {
	background-color: #BEEBF0;
}
TD {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}		
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	padding: 0px; 
	color: #000000; 
}
.PageColor {
	background-color: #BFE8EA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/stock/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.Title {
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	font-size: 22px;
	color: #4FB7C6;
	font-weight: bold;
}
.SubTitle {
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Bold {  font-weight: bold}
.italic {  font-style: italic}
.Footer {
	font-size: 13px;
	color: #000000;
	font-family: Tahoma, "Trebuchet MS";
	background-color: #BEEBF0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.BreadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4FBCCE;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.BlockNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #557EA8;
	height: auto;
	width: 190px;
	background-color: #BCD8B6;
	padding: 5px;
	text-indent: 1px;
	margin: 0px;
	float: left;
	white-space: normal;
}
a:hover.BlockNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #557EA8;
}
.PadLeft {
	margin-left: 25px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.PadRight {	margin-right: 12px;}

/* Store classes that usually need editing - do NOT rename or delete */

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
.Button2, a.Button2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FB7629;
	font-weight: bold;
	text-decoration: none;
	margin: 6px;
	padding: 3px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E86B22;
	border-right-color: #B4531A;
	border-bottom-color: #B4531A;
	border-left-color: #E86B22;
}
.Button3, a.Button3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7C4B26;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955A2C;
	border-right-color: #4C2E16;
	border-bottom-color: #4C2E16;
	border-left-color: #955A2C;
}
.Button4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 1px;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	background-repeat: repeat;
}
.CellDark {
	background-color: #000000
}
.CellLight {
	background-color: #85C0CC
}
.CellLight2 {
	background-color: #E1F6F6
}
.CellMedium {
	background-color: #BEEBF0
}
.CellTitle {
	background-color: #FB7629
}
.CellLighter { background-color: #FFFFFF}

/* Classes associated with admin modules */

.ModuleBackButton{
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
a:hover.ModuleBackButton{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
.GalleryImageCaption{
	font-size: 11px
}
.NewsLink {
	font-weight: bold;
	text-decoration: underline;
}
.NewsLinkSmall {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.NumberBox {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #68410E;
	height: auto;
	background-color: #DDB363;
	white-space: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
	text-align: center;
	width: auto;
}
a:hover.NumberBox {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BF8C45;
}
.NumberBoxNav {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #68410E;
	background-color: #DDB363;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0px 2px;
}
a:hover.NumberBoxNav {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BF8C45;
}
.NumberBoxOn {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
	background-color: #68410e;
	margin: 0px;
	white-space: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
	text-align: center;
}
a:hover.NumberBoxOn {
	text-decoration: none;
}	
.PromotionsCaption {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
.PromoNavBar {  background-color: #F7E9BC}

/* New classes for this project */
.HeaderNav {
	font-family: "Trajan Pro", "Georgia", "Times New Roman";
	font-size: 15px;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 24px;
	padding-left: 24px;
}
.Header {
	font-size: 20px;
	color: #49B9D2;
	font-family: Tahoma, "Trebuchet MS";
	padding-right: 8px;
	padding-bottom: 8px;
}
.WhiteText {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
.YellowText {
	color: #FFD600;
}
.Required {
	color: #990000;
}
