/*-----Typography CSS-------
* CSS default styles file
* (c)2009 Momemntum Digital Solutions, LLC
*
* Typography Styles for new designs

GENERIC STYLES*/
.typography *
{
	font-family: Verdana, Lucida, sans-serif;
}
/*PARAGRAPHS*/
.typography P
{
	color: #555;
	line-height: 1.6em;
	font-size: 1.4em;
	padding: 10px 0;
}
.typography BLOCKQUOTE
{
	margin: 10px;
	padding: 0px 5px 0px 15px;
	font-size: 1.1em;
	color: #777;
	font-style: italic;
	border-left: 1px solid #000000;
}
.typography STRONG
{
	color: #135A36;
}
/*LINKS*/
.typography A
{
	text-decoration: none;
	color: #256645;
}
.typography A:hover
{
	text-decoration: underline;
}
/*LIST STYLES*/
.typography UL, .typography OL
{
	margin: 10px;
}
.typography UL
{
	list-style: disc;
}
.typography OL
{
	list-style: decimal;
}
.typography LI
{
	margin: 5px 15px;
}
/*HEADER STYLES*/
.typography H1, .typography H2, .typography H3
{
	color: #125935;
	margin: 10px 0 0;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography H1
{
	font-size: 2.1em;
}
.typography H2
{
	font-size: 1.8em;
	font-weight: bold;
}
.typography H3
{
	font-size: 1.6em;
}
.typography H4
{
	font-size: 1.6em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #CCC;
}
.typography H5
{
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
}
.typography H6
{
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
}
/*ADRESS STYLES*/
.typography PRE
{
	font-family: "Courier New", Courier;
	display: block;
	font-size: 1.2em;
	margin: 2em 5em;
	padding: 0.5em;
	border: 1px solid #CCC;
	background: #EEE;
}
.typography LABEL
{
	display: block;
	margin: 10px 0 -10px;
	color: #777;
}
.typography Q
{
	display: block;
	font-size: 0.8em;
	margin: 1em;
	padding: 0.5em;
	border: 1px solid #CCC;
}
/*TABLE STYLING*/
.typography TABLE
{
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse: collapse;
}
.typography TD
{
	border: 1px solid #999;
	padding: 5px;
}
/*WYSIWYG EDITOR ALIGNMENT CLASSES*/
.typography .left
{
	text-align: left;
}
.typography .center
{
	text-align: center;
}
.typography .right
{
	text-align: right;
}
.typography IMG.right
{
	float: right;
	margin-left: 20px;
}
.typography IMG.left
{
	float: left;
	margin-right: 20px;
}
.typography IMG.leftAlone
{
	float: left;
	margin-right: 100%;
}
.typography IMG.center
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*FORMS*/
.typography LABEL
{
	font-size: 1em;
}
.typography INPUT.text, .typography TEXTAREA
{
	font-size: 1em;
}
