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

	Licensed under GPL and MIT.
*/

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

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

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

a
{
	text-decoration:none;
	text-transform:none;
	color:#000;
	font-weight:bold;
}

hr
{
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

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

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}



h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
	text-align: left;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
	font-family:Arial, "Century Gothic", Verdana, Sans serif;

}


hr {
margin:0px 0pt 2px 0;
}

h3
{
	font-size: 16px;
	padding-left:10px;
	height:26px;
	color:#fff;
	font-weight:normal;
	margin-bottom:0;
}

h4
{
	font-size: 14px;
	font-family:Arial;
	color:#2C2C2E;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:10px;
}

p a {

color:#716711;

font-family:Arial;
font-size:11px;
font-weight:bold;
height:19px;

text-decoration:none;
}

p a:hover {

text-decoration:underline;
}