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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

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

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

h1 {
	font-size: 25px;
	font-style: normal;
	font-weight:bold;
		border-bottom: none;

}

h2 {
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	border-bottom: none;
	color: #909944;

}

h2 a:link {
	text-decoration: none;
	color: #909944;

}
h2 a:visited {
	text-decoration: none;
	color: #909944;

}
h2 a:hover {
	text-decoration:none;
	
}
h2 a:active {
	text-decoration: none;
}


h3 {
	color: #909944;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight:bold;
}

h3 a:link {
	text-decoration: none;
	color: #909944;
		border-bottom: none;

}
h3 a:visited {
	text-decoration: none;
	color: #909944;
		border-bottom: none;

}
h3 a:hover {
	text-decoration:none;
	
}
h3 a:active {
	text-decoration: none;
}


h4 {
	color: #656565;
	padding: 2px 0px 0px 0px;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
}

h4 a:link {
	text-decoration: none;
	color: #656565;
	border-bottom: none;


}
h4 a:visited {
	text-decoration: none;
	color: #656565;
	border-bottom: none;


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


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

}

h5 {
	color:#777;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}

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

.specs p{
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight:normal;
	}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
}

ul {
}

li {
}

p,
dl,
hr,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}