﻿#Store page p {
	line-height: 20px;
}

/* Site Store */
.Store h1 {
	font-size: 1.7em;
	color: #31666C;
	font-family: Arial, Helvetica, sans-serif;
}
.Store h2 {
	font-size: 1.3em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.Store h3 {
	font-size: 1.3em;
	color: #3A787F;
}
.Store h4 {
	font-size: 1.2em;
	color: #333;
}
.Store h5 {
	font-size: 1em;
	color: #426a02;
}
.Store h6 {
	font-size: .9em;
	color: #426a02;
}
.Store .style_bold {
	font-weight: bold;
}
.Store .style_italic {
	font-style: italic;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.Store .left {
	text-align:left;
}
.Store .center {
	text-align:center;
}
.Store .right {
	text-align:right;
}
.Store img.right {
	float:right;
	margin-left:20px;
}
.Store img.left {
	float:left;
}
.Store img.leftAlone {
	float: left;
	margin-right: 100%;
}
.Store img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.Store img {
	border: 1px #473C2A solid;
}