/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
/*	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; } 

a:focus {
	outline: 1px dotted;
*/

    font: 0.8em/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; } 

a:focus {
	outline: 1px dotted;

}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.92em; /*25px;*/
	font-weight:bold;
	margin:8px 0 0 0;
	line-height:1.2em;
}

h2 {
	font-size:1.31em;  /*1.46em; 1.77em; 23px;*/
    line-height:1.2em;
}

h3 {
	font-size: 1.15em;/* 1.31em; 1.62em; 21px;*/
    line-height:130%;
}

h4 {
	font-size:  1em;/*1.15em; 1.46em; 19px;*/
}

/*
h5 {
	font-size: 1.31em; 
}

h6 {
	font-size: 1.15em; 
}
*/


.introduction
{
	font-weight: bold;
	color:#333333;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 2.3em /*30px;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
/*table,*/
address,
fieldset {
	margin-bottom: 1.5em; /*20px;*/
}

ul{margin-top:1.5em}
