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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: 'Arial', 'Liberation Sans', FreeSans, sans-serif;
        font-size:13px;
        line-height: 1.5
}


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

/* `Headings
----------------------------------------------------------------------------------------------------*/
/*
h1 {

	font-size: 32px;
}

h2 {

	font-size: 32px;
        font-weight:normal;
        color:#000;

}

h3 {
        font-weight:normal;
	font-size: 25px;
}

h4 {

	font-size: 16px;
        color:#069;
        font-weight:normal;
}

h5 {
font-weight:normal;
	font-size: 14px;

}

h6 {
font-weight:normal;
	font-size: 14px;
        color:#999;
}*/

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

ol {
	list-style: decimal;
}
ol li {margin-left:30px;}

ul {
	list-style: none;
}

ul li {
	margin-left: 15px;
        padding-left:15px;
}

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

.page-content p,ul,ol{color:#333}
ul ul {margin-bottom: 0px;}