/***** Global Settings *****/
html, body{
  border:0;
  margin:0;
  padding:0;
}

body{
    background: #ffffff;
    color: #2c586d;
    font-family:  Georgia, "Times New Roman", "Trebuchet MS", "Tahoma", "Arial";
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0 0 12px 0;
    font-weight:normal;
}

h1{
    font-size: 30px;
    line-height: 36px;
}

h2{
    color: #78a918;
    font-size:24px;
    line-height:28px;
}

h3{
    font-size:18px;
    line-height:24px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5{
    font-size:13px;
    line-height: 16px;
}

h6{
    font-size:12px;
    line-height: 15px;
}

/***** Common Formatting *****/
p, ul, ol{
    margin: 0;
}

p {
    line-height: 18px;
    padding: 0 0 12px 0;
}

p.rules {
    line-height: 18px;
    padding: 0 0 5px 0;
}

ul, ol{
    padding:0 0 12px 1.5em;
    line-height: 18px;
}

ol{ list-style-type: decimal; }
ul{
    list-style: none;
    
}

blockquote{
    background: #f3f3f3;
    border: 0;
    border-left: 6px solid #848484;
    color: #848484;
	font-size: 13px;
    font-style: italic;
	line-height: 14px;
    padding: 12px; margin: 0 0 12px;
}

small{
    font-size:11px;
    line-height: 14px;
 	font-weight: normal;
}

big{
	font-size:36px;
    font-weight: bold;
	line-height: 36px;
}

img{
  border:0;
}

sup{
    position:relative;
    bottom:0.75em;
    vertical-align:baseline;
    font-size: 12px;
    font-style: italic;
}

sub{
  position:relative;
  bottom:-0.2em;
  vertical-align:baseline;
}

acronym, abbr{
  cursor:help;
  letter-spacing:1px;
  border-bottom:1px dashed;
}

/***** Links *****/
a,
a:link,
a:visited{
    text-decoration: underline;
    color:#2c586d;
}

a.no-decoration, a:hover{
    text-decoration: none;
}

/***** Forms *****/
form{
  margin:0;
  padding:0;
  display:inline;
}

input, select, textarea{
    font: 1em Arial, Helvetica, sans-serif;
}

textarea{
  width:100%;
  line-height:1.25;
}

label{
  cursor:pointer;
}

/***** Tables *****/
table{
  border:0;
  margin:0;
  padding:0;
  width: 100%;
}

    table tr td {
        border: 1px dotted #666;
        padding: 4px;
        vertical-align: middle;
    }

    table thead tr td {
        background: #eee;
        font-weight: bold;
        text-align: center;
    }

    table tbody tr td {

    }


/***** Wrapper *****/
div.wrap {
    margin: 0 auto;
	padding: 0;
    position: relative;
    width:960px;
}

/***** Global Classes *****/
.clear         {clear:both; height: 0; overflow:hidden; font-size: 1px; }
.float-left    {float:left;}
.float-right   {float:right;}

.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}

.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid;}
.highlight     {background:#ffc;}

.img-left      {float:left; margin:0 12px 8px 0;}
.img-right     {float:right; margin:0 0 8px 12px;}

.nopadding     {padding:0 !important;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none; list-style-image:none;}
.dashed        {border-top: 1px dashed #000; margin: 10px 0; }

.date{
    color: #bd0000 !important;
    font-size: 10px !important;
    font-weight: normal !important;
}

