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

	Licensed under GPL and MIT.
*/
* {
	//font: 14px "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Lucida Grande",arial,verdana,helvetica,sans-serif;

}

a {
	text-decoration: none;
	color: rgb(0,0,0);
}

a:visited {
	color: rgb(0,0,0);
}

ul {
	list-style: none;
}

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

body {
	//font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	//font: 15px/1.6 "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Lucida Grande",arial,verdana,helvetica,sans-serif;
	//color: rgb(40,40,40);
	color: #5B5745;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
}

a:focus {
	outline: 1px dotted;
}

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

/* General */

p a {
	color: black;
	//font-weight: 600;
}




h2 a {
	color: inherit !important;
}

a:hover {
  color: #c27217 !important;
}


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

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

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

a:visited {
	color: rgb(0,0,0);
}

ul {
	list-style: none;
}
