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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

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

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

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

h1 {
    font-size: 20px;
    text-align: center;
    color: #a6021e;
}

h2 {
    font-size: 18px;
    text-align: center;
    color: #a62137;
}

h3 {
  font-size: 16px;
  text-align: left;
  color: #a63245;
}

h4 {
  font-size: 14px;
  text-align: center;
  color: #a63245;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}

p {
	font-size: 12px;
	padding: 10px;
}

.table a
{
    display:block;
    text-decoration:none;
	color: #000000;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 0px;
}

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