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

  Licensed under GPL and MIT.
*/

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

body {
  font: 11px 'Lucida Sans', 'Lucida Grande', Arial, sans-serif;
}

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

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

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

h1 {
  font-size: 12px;
  text-transform:uppercase;
  color:#0084CC;
  border-left:solid 8px #0084CC;
  padding:0 0 0 5px;
}

h2 {
  font-size: 12px;
  text-transform:uppercase;
  color:#333;
}

h3 {
  font-size: 12px;
  color:#333;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

a{
	color:#333;
}
a:hover{
	color:#0084CC;
}

.text-primary { color: #0084CC !important; }
.text-danger { color: #990000 !important; }
.text-muted { color: #B1B1B1 !important; }

.fs-16 { font-size: 16px !important; }
.fs-9 { font-size: 9px !important; }
.fs-7 { font-size: 7px !important; }
