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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Calibri, Helvetica, Arial;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	background: url(../images/bg.jpg) repeat top left;
	background-color: #393939;
}

.quoteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: -1px;
	color: #5e5453;
}

.substText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: -1px;
	color: #8e2f29;
}

.areasHead {
	font-family: Calibri, Helvetica, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: normal;
	color: #8e2f29;
}

.areasText {
	font-family: Calibri, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: normal;
	color: #554a4a;
}

.titleText {
	font-family: Calibri, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #747371;
}

.lighterText {
	color: #5e5453;
	padding: 2px 0 0 5px;
}

.largerText {
	font-size: 15px;
}

a:link{
	color: #393939;
	text-decoration: none;
}
a:visited{
	color: #393939;
	text-decoration: none;
}
a:active{
	color: #393939;
	text-decoration: none;
}
a:hover{
	color: #393939;
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}

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

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

h1 {
	font-size: 23px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0;
	font-family: Calibri, Helvetica, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: normal;
	color: #554a4a;	
}
