/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, sans-serif;
	line-height: 20px;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #eaebed solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
	}
	
/* `Headings
----------------------------------------------------------------------------------------------------*/


h1 {
	font-size: 22px;
	margin:0;
	margin-bottom:10px;
	color:#407942;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color:#000;
	font-style: bold;
	font-weight: 200;
}

h3 {
	font-size: 18px;
	color:#000;
	font-style: normal;
	font-weight: 100;
}
.light {
	color:#FFF;
}
h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.blockPara {
	text-align: justify;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 0px;
}

strong {
	font-weight: bold;
}

/************************************************************************/// body text styles/************************************************************************/

p {
	font-size: 12px;
}
.lightText {
	color:#eee;
}