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

	Licensed under GPL and MIT.
*/

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

body {
	font: 0.9em/1.2 Verdana, Arial, Helvetica, sans-serif;
}



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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.5em;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.35em;
	margin-top: 25px;
	color: #3a5d50;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.15em;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #af6227;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}
.firstHeader {
	margin-top: 0px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style-type: disc;
}

li {
}
p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
 {
	margin-bottom: .8em;
	line-height: 1.1;
}
blockquote {
	margin-bottom: .8em;
}
cite {
	color: #7D8B8A;
}

