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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 'helvetica', 'Arial', sans-serif;
	color: #1a171b;
}

a:focus {
	outline: 1px dotted;
}

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

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

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #dc5b0b;
	line-height: 24px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	line-height: 35px;
	text-transform: uppercase;
}

h2 a {
	color: #1a171b;
	text-decoration: none;
}

h2 a:hover {
	color: #ffafb9;
	text-decoration: none;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}

h3 a {
	color: #1a171b;
	text-decoration: none;
}

h3 a:hover {
	color: #ffafb9;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h4 a {
	color: #1a171b;
	text-decoration: none;
}

h4 a:hover {
	color: #1a171b;
	text-decoration: underline;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	color: #dc5b0b;
	line-height: 20px;
}

h5 a {
	color: #1a171b;
	text-decoration: none;
}

h5 a:hover {
	color: #ffafb9;
	text-decoration: none;
}

h6 {
	font-size: 10px;
	font-weight: normal;
}

h6 a {
	color: #ffffff;
	text-decoration: none;
}

h6 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

p {
	font-family: 'Helvetica', sans-serif;
	color: #383327;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}

p a{
	color: inherit;
	text-decoration: none;
}

p a:hover{
	color: inherit;
	text-decoration: underline;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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