body {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: black;
	line-height: 1.6em;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}
h3, h4, h5, .notation-heading2, .notation-heading2-emphasize  {
	font-size: 13px;
}
#footer, .pagination {
	font-size: 11px;
}
#Security #content-body, #edit-member-profile #content-body {
	text-align: center;
}
#content-body .pagination a, .pagination div {
	line-height: 17px;	
}
#nav2 a {
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
}
#content-body .pagination a {
	color: black;
}
#store-locations-list #content-body ul p {
	line-height: 1.4em;
}
#member-login a {
	color: #f4c236;
}
.locations-notation, .locations-notation-map {
	text-transform: uppercase;
}
.notation-heading2-emphasize {
	font-weight: normal;
}
.menu #content-body ul li {
	line-height: 1.3em;
}
.marker-info {
	line-height: 1.4em;
}

/* COLOR : RED 
-------------------------------*/
#nav2 a:hover, #nav2 li a.current, #content-body a, .delivery-available, .delivery-online, #edit-member-profile .message.good, .asterisk, .emphasize, #footer a:hover, #content-body .pagination a:hover, .locations-notation, .notation-heading2-emphasize  {
	color: #b50000;
}

/* COLOR : WHITE 
-------------------------------*/
#store-locations-list #content-body h2, #content-body .pagination a:hover, #member-login, .pagination div, .message.required, .message.validation {
	color: white;
}

/* COLOR : BROWN 
-------------------------------*/
#footer, #footer a, #nav2 a, .notation {
	color: #815310;
}

/* TEXT-DECORATION : NONE
-------------------------------*/
#nav2 a, #content-body a:hover, #content-body .pagination a, #content-body .pagination a:hover, #member-login a, #footer a {
	text-decoration: none;
}	

/* TEXT-DECORATION : UNDERLINE
-------------------------------*/
#content-body a, #member-login a:hover {
	text-decoration: underline;
}

/* FONT-STYLE : ITALIC
-------------------------------*/
.delivery-available, .notation, .notation-heading2, .notation-heading2-emphasize, .delivery-online {
	font-style: italic;
}

/* FONT-WEIGHT : BOLD 
-------------------------------*/
h3, h4, h5, .pagination, .message.required, .message.validation, .locations-notation, .locations-notation-map, .marker-address, .delivery-online {
	font-weight: bold;
}