/*
	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;
	
}

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

a:hover{
	
/*	color: #444;*/
}



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



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

ol
{
	list-style: decimal;
}

ul
{
	list-style: none;

}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	/*margin-bottom: 20px;*/
	line-height:150%;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	line-height:200%;
}

p{
	color:#434242;
	font-family:Verdana,Helvetica,Arial,Geneva,Helvetica;
	font-size:12px;
	margin-bottom: 20px;
}

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

h1,h2,h3,h4,h5,h6,h7 {
	font-weight:normal;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

h1
{
	font-size: 25px;
}

h2
{
border-top:1px solid #CCCCCC;
color:#858585;
font-family:Georgia;
font-size:9pt;
margin-top:30px;
padding-top:0px;
text-transform:uppercase;
	
}

h3
{

	color:#721212;
	font-size:20px;
	font-family:Georgia,"Times New Roman",Times,serif;
}

h4
{
	font-size: 18px;
	color:#721212;
	font-family:Georgia,"Times New Roman",Times,serif;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

.footer, .footer p{

	color:#858585;
	font-family:Georgia;
	font-size:1.05em;
	padding-top:3px;



}
