/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Lucida, Verdana, Arial, sans-serif;
	font-size:11px;
	color: #666666;
}

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: 25px;
}

h2
{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Lucida, Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}


h3
{
	font-size: 20px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

h9
{
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Lucida, Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 0px;
}

p,
ol,
ul,
pre,
address,
fieldset
{
	margin-bottom: 10px;
}

table
{
	margin-bottom: 0px;
}

h2
{
	margin-bottom: 15px;
	margin-top: 15px;
}
