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

  Licensed under GPL and MIT.
*/

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

body {  
   font-family: verdana,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;
}

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

h1 {
  font-size: 25px;
    line-height: 28px;
    margin-bottom: 14px;
}

h1.legacy
{
    font-size: 13px;
    display: inline;
    font-weight: normal;
}
h2 { 
    border-bottom: 1px dotted #666;
    padding-left: 18px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

#search_result_body div.result
{
    margin-bottom: 14px;
}
h2.result
{
    background:  none;
    border:  none;
    padding: 0;
    margin:  0;
    font-size: 14px;
    font-weight: normal;
        color: #9B1218;
}

p.result
{
    margin:  0;
    padding: 7px;
}
span.result
{
    margin:  0;
    padding: 7px;
    color: #666;
    font-style: italic;
}
h3  {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

h3.front_page_article
{
    margin-bottom: 9px;

}

h3.front_page_article a
{
    font-size: 14px;
    color: #000;

}
h3.front_page_article a:hover
{
    color: #9B1218;
}
h4 {
    color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

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

a {
    color: #003366 !important;
	text-decoration:none;
}
a:hover
{
    color: #5C8500;
}