/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/


a:link {
	text-decoration: none;
	color: #98b004;
}

a:visited {
	text-decoration: none;
	color: #98b004;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

.hr {
	clear: both;
	height: 5px;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px dotted #ffffff;
	margin-top: 8px;
	margin-bottom: 16px;
	
}

.hr hr {
	display: none;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color: #b5cc28;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 20px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 17px;
	color: #333333;
	padding-bottom: 10px;
	margin: 0px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul {
	list-style: square;
	color:#333333;
	padding-left: 17px;
	margin: 0px;
}


li span
{
	color:#333333;
	margin-left: 0px;
}





p,
dl,
hr,
ol,
ul,
pre,
address,
fieldset
{
	margin-bottom: 20px;
}

p {
	margin-top: 0px;
}
