﻿/*
Tag Reference
*/
html, body, form, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
   padding: 0px;
   margin: 0px;
   border-spacing: 0px;
   border-collapse: collapse; 
}

BODY
{
   position: relative;
   font: 12px Arial, Geneva, Verdana, sans-serif;
   color: #808080;
   background-image: url(../../img/body_bg.gif);
   background-repeat: repeat-x;
   background-color: #d0d1c7;
}

A
{
   color: #333333;
   text-decoration: none;
}

A:active
{
   text-decoration: underline;
}

A:hover
{
   text-decoration: underline;
}

H1, H2
{
   color: #0a0a0a;
   margin: 0 0 14px 0;
   padding: 0 0 0 14px;
}

H1
{
   font: 19px Arial, Geneva, Verdana, sans-serif;
}
H2
{
   font: 16px Arial, Geneva, Verdana, sans-serif;
}

H3, H4, H5, H6
{
   color: #0a0a0a;
   margin: 0 0 14px 0;
   padding: 0 0 0 14px;
   background: url(../../img/common/list-style-green.html) 5px 5px no-repeat;
   background-color: #f5f5f5;
}

H3 A, H4 A, H5 A, H6 A
{
   color: #0a0a0a;
}

H3
{
   font: 14px Arial, Geneva, Verdana, sans-serif;
}
H4
{
   font: 12px Arial, Geneva, Verdana, sans-serif;
}
H5
{
   font: bold 10px Arial, Geneva, Verdana, sans-serif;
}
H6
{
}

IMG
{
   border: 0px;
}

A IMG
{
   border: 0;
}

HR
{
   background: #ccd1d4;
   border: 0;
   color: #ccd1d4;
   height: 1px;
   margin: 0;
}

FORM
{
   margin: 0;
}

.clearfix
{
   display: inline-block;
}
