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

  Licensed under GPL and MIT.
*/

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

@font-face {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    /*src: url('./fonts/GOTHIC.TTF');*/
    font-weight: normal;
    font-style: normal;
}


body {
  font: 13px/1.5 'Trebuchet MS';
}

pre,
code {
  font-family: 'Trebuchet MS';
}

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

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

h1 {
  color: #1b2b65;
  font-size: 18px;
}

h2 {
  font-size: 18px;
  color:#1b2b65;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
  font-size:13px;
}

li {
  /*margin-left: 30px;*/
}

a{
	font-size:13px;
	color:#000;
	font-weight:bold;
}

p {
	line-height:20px;
	color:#000000;
	font-size:13px;
}

.f13{
	font-size:13px;
}

.f18{
	font-size:18px;
}

.f20{
	font-size:20px;
}
.f30{
	font-size:30px;
}

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