.texts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
.textmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #EFAA57;
}
.banner1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.banner2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #D76407;
	background: #FFFFFF;
	padding:3px 5px 3px 5px;
	cursor: pointer;
}
.menu a:link, .menu a:visited, .menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #AA1919;
	text-decoration: none;
}
.menu:hover {
	background: #FDE8C4;
}
.textmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #AA1919;
}
.textmenu a:link, .textmenu a:visited, .textmenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #AA1919;
	text-decoration: none;
}
.textmenu a:hover {
	color: #DC640A;
	text-decoration: none;
}
.textshopping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #EFAA57;
}
.textshopping a:link, .textshopping a:visited, .textshopping a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #EFAA57;
	text-decoration: none;
}
.textshopping a:hover {
	color: #FED90E;
	text-decoration: none;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FF0000;
}

.button { /* Top left corner, top edge */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background: url(../images/hb_button.png);
	color: #AA1919;
	text-align: center;
	border:1px solid;
	border-top-color:#CDCDCD;
	border-left-color:#CDCDCD;
	border-right-color:#CDCDCD;
	border-bottom-color:#CDCDCD;
	padding:2px 2px 2px 2px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
	text-decoration:none;
 }
.button:hover, .button:focus, .button:active { /* Help keyboard users */
	color: #DC640A;
 }
