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

	Licensed under GPL and MIT.
*/

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

body {
	font: 14px/1.0 'Georgia', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #5a5a5a;
}

a:focus {
	outline: 1px dotted;
}

a {
	color: #2cb719;
	text-decoration: none;
}

a:hover {
	color: #ffae00;
}

a:hover {
}

a.topleftlink {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.topleftlink:hover {
	color: #ffae00;
	font-weight: bold;
}

hr {
}

/* TextSTYLES */

.green {

}

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 28px;
	font-weight: lighter;
	line-height: 35px;
}


h3 {
	font-size: 16px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 19px;
	font-weight: lighter;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
}

li {
}

p {
margin: 15px 0 0 0;
line-height: 1.6em;
}

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