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

	Licensed under GPL and MIT.
*/

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

body {
	font: 12px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 10px; 
	letter-spacing: 1.2pt;  
	line-height: 1.5;
	color: #999999;


}

a:focus {
	outline: 0;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 10px;
	line-height: 24px;
}

h2 {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
}

h3 {
	font-size: 10px;
	color:#999999;
	text-decoration: italic;
}

h4,h5,h6 {
	font-size: 9px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	
}