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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
html {
	font: 0.88em/1.21 Arial, Helvetica, sans-serif; /* 14px / 17px */
	color: #363636;
	background-color: #fff;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: normal;
	color: #4D638C;
	clear: both;
}

h1 { font-size: 1.78em; margin: 0.4em 0; }
h2 { font-size: 1.57em; margin: 0.3em 0; }
h3 { font-size: 1.36em; margin: 0.2em 0; }
h4 { font-size: 1.21em; margin: 0.1em 0; }

/* =Spacing
--------------------------------------------------------------------------------*/

p {
	margin: 1em;
	line-height: 1.6em;
}

label {
	line-height: 1.6em;
}