/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  	 font-family:Verdana,Geneva,sans-serif;
	font-size: 12px;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
.lastCol {
	margin-right: 0 !important;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #7B311E;	
}
h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	/*color: #303A4C;*/
	color: #000000;
	margin-bottom:20px;	
	text-transform:uppercase;
	font-weight:bold;	
}
h2 {
	font-family: Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;	
	/*color: #3f454f;*/
	color: #000000;
	margin-bottom:10px;	
	font-weight: bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
	/*color: #303A4C;*/
	color: #000000;
	font-family: Georgia, serif;
	text-transform: uppercase;
	margin-bottom:10px;
}
h4 {
	font-family: Georgia, serif;
	/*color: #303A4C;*/
	color: #000000;
	font-style:italic;
	font-size:12px;
	text-transform:capitalize;
}
h5 {
	font-size:10px;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-weight:bold;
	/*color: #303A4C;*/
	color: #000000;
	margin-bottom:10px;
}
h6 {
	font-size:9px;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-weight:bold;
	/*color: #303A4C;*/
	color: #000000;
	margin-bottom:10px;
}
p {
	line-height: 1.5em;
	margin-bottom:15px;
	/*color: #5d6067;*/
	color: #000000;
	 font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}