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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 0.75em/1.5 Arial, sans-serif;
	color: #7a7b7b;
}

input, textarea, button, select{
	font: 1em/1.5 Arial, sans-serif;
	color: #737373;
}

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

a{
	color: #14565E;
	font-weight: bold;
	text-decoration: none
}

a:hover{
	color: #000;

}

hr
{
	background: #ccc;
	border: 0;
	clear: both;
	color: #ccc;
	height: 1px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/
p{  text-align: justify; }

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