/*
	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;
}

hr {
	border: 0px #d6d6d6 solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	clear: both;
	height: 0;
}

hr2 {
	border: 0px #d6d6d6 solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	clear: both;
	height: 0;
	margin-bottom: 7px;
}




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

h1 {
	font-size: 38px;
	color: #333;
	letter-spacing:0.01em;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}



h6 {
	font-size: 28px;
	line-height:0.80em;
	font-weight: bold;
	
	text-transform: uppercase;
	color: #333333;
	text-align:center;
	margin-bottom: 1px;
	margin-top: 0px !important;
}

h5 {
	font-size: 24px;
	line-height:0.60em;
	font-weight:  ;
	
	text-transform: uppercase;
	color: #333333;
	text-align:center;
	margin-bottom: 1px;
	margin-top: 0px !important;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 2px;
}

hr{
	margin-bottom: 6px;
}