/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font:14px/1.3 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color:#827F77; height:100%;
}

a:focus {
	outline:1px dotted invert;
}


#w hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

#w h1 {font-size:25px; color:#000;}

#w h2 {font-size:24px; color:#000; font-weight:normal; letter-spacing:-1px;}

#w h3 {font-size:16px; color:#000; font-weight:bold;}
#w h3 .details {font-size:13px; font-weight:normal;}

#w h4 {font-size:19px; color:#000;}

#w h5 {font-size:14px; color:#000; font-weight:normal;}

#w h6 {font-size:11px; color:#000; font-weight:normal;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

#w ol {
	list-style:decimal;
}

#w ul {
	list-style:disc;
}

#w li {
	margin-left:26px;
}

#w p,
#w dl,
#w hr,
#w h1,
#w h2,
#w h3,
#w h4,
#w h5,
#w h6,
#w ol,
#w ul,
#w pre,
#w table,
#w address,
#w fieldset {
	margin-bottom:18px;
}

#w a {color:#08667e;}

#w h2 {margin-bottom:3px;}
#w h3 {margin-bottom:6px;}
#w h5 {margin:0;}
#w h6 {margin-bottom:6px;}

#w .isodate {text-align:right; white-space:nowrap;}

#w p.sub {font-size:11px; }
