/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/


a {
	text-decoration: none;
}
/*
a:focus
{
	outline: 1px dotted invert;
}
*/
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 20px;
	margin:15px 0px;
	font-weight:normal;
	line-height: normal;

}

h2
{
	font-size: 18px;
	margin:10px 0;
	font-weight:normal;
	line-height: normal;

}

h3
{
	font-size: 16px;
	margin:5px 0 0 0;
	font-weight:normal;
	line-height: normal;

}

h4
{
	font-size: 14px;
	padding:10px 0 0 0;
	font-weight:normal;
	line-height: normal;

}

h5
{
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 5px 0;
	line-height: normal;

}


h6
{
	font-size: 12px;
	margin:3px 0;
	font-weight:normal;
	line-height: normal;

}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: none;
}

li
{
	margin:0px;
	padding:0px;
}

dl,
ol,
ul,
pre,
address,
fieldset
{
	margin:10px 10px;
}

table {margin:10px 0;}

blockquote {
	margin:10px 40px;
	line-height: 1.2;
} 