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

	Licensed under GPL and MIT.
*/

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

body
{
}

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

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

h1
{
	font-size: 24px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6 {font-size: 14px;}


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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

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

img {
	margin-left: -10px;
	padding-right: 10px;
}

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

a:hover {
	color: #006EF3;
}

.blue {color: #7FA2BB;}
.grey {color: #999;}


.footertext  a {
    color: #CCCCCC;
    font-size: 12px;
}

.footertext a:hover{
    color: #CCCCCC;
    text-decoration: underline;
}

blockquote p{
    font-family: Times, serif;
    font-style: italic;
    font-size: 16px;
    margin: 10px 30px 15px 30px;
    color: #7fa2be;
    letter-spacing: 0.8px;
    line-height: 20px;
    }