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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
body{
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;

}
a:focus{
	outline:1px dotted invert
}
hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
/* =Headings
--------------------------------------------------------------------------------*/
h1{
	font-size:25px
}
h2{
	font-size:23px
}
h3{
	font-weight:bold;
	color: #333;
	text-align: left;
	font-size: 18px;
	padding-bottom: 20px;
}
h4{
	font-size:110%;
	color: #333;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}
h5{
	color: #333;
	text-align: left;
	font-size: 24px;
	padding-bottom: 40px;
	font-weight: normal;
	padding-top: 10px;
}
h6{
	font-size:110%;
	color: #333;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}

/* =Spacing
--------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom:0px
}
