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