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

	Licensed under GPL and MIT.
*/

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

body {
	font: 62.5% Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#4c4c4c;
}

@font-face {
	font-family: 'PFBeauSansProBbook';
	src: url('pfbeaspb-webfont.eot');
	src: local('PF BeauSans Pro'), local('PFBeauSansPro-Bbook'), url('pfbeaspb-webfont.woff') format('woff'), url('pfbeaspb-webfont.otf') format('opentype'), url('pfbeaspb-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


a:focus {
	outline: .1em dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: .1em;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 1.5em;
	margin-bottom: .2em;
}

h1 {
	margin-bottom: .3em;
	font-family:'PFBeauSansProBbook';
}

h2,h3,h4,h5,h6 {
	margin: .5em 0;
	font-family:'PFBeauSansProBbook';
}

p,dl,hr,ol,ul,pre,address,fieldset {
	margin-bottom: .5em;
	line-height:1.4;
}

a {
	text-decoration: none;
	color: #153F6F;
}

a:hover {
	text-decoration: underline;
}

h1, h3, h5 {
	color: #124479;
}

h2, h4, h6 {
	color: #f46f16;
}
