/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.5 Verdana, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#MainBody hr {
	border: 0 #ccc dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom: 1.5em;
}

p.lead-in { font-weight: bold; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, span.h1, span.h2, span.h3, span.h4
{
	font-family: Verdana, sans-serif;
}
h1, span.h1 {font-weight: normal; font-size: 1.9em; line-height: 1.4em; padding: 0; margin: 0.2em 0;}

h2 { font-weight: normal; font-style: italic; font-size: 1.6em; padding: 0; margin: 0.2em 0;}

h3 {
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 1em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
}
h6 { font-size: 1em; }

#MainBody p,
#MainBody li { 
	font-size: 1.2em;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 2em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

/* SSP.Standard */
#MainBody div.ntk_text { font-size: 1.2em; margin-bottom: 1em; }
#MainBody div.ntk_text p, #MainBody div.ntk_text li {font-size: 1em;}