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

  Licensed under GPL and MIT.
*/

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

body {
  font-family:'OpenSansRegular',arial,'Helvetica Neue','Liberation Sans', FreeSans,sans-serif;
  font-size:12px;
  color:#4d4d4d;
  line-height:18px;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

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

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

h1 {
  font-size: 24px;
  color:#A80F06; 
  font-weight:bold;
}

h2 {
  font-size: 16px;
  font-weight:bold;
  margin-top:40px;
}

h3 {
  font-size: 14px;
  font-weight:bold;
  margin-top:20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

a {
	text-decoration:none;
	color:#927B83;
}

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

ol {
  list-style: decimal;
}

ul {
	list-style:disc ;
	list-style-position:inside;
	margin:0px;
	font-size:14px;
	line-height: 22px;
	padding-left: 0px;
}

li {
	margin:0px;
}

a {
	text-decoration:none;
	color:#666666;
}


p {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin: 0px;
}