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

body{
  font-size:12px;
  font-family: Georgia, "Times New Roman", Arial, Verdana, Helvetica;
  line-height:14px;
  color:#2a2a2a;
  background:#f0f0f0;
  padding: 12px;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0 0 8px 0;
  font-weight:normal;
  color: #2a2a2a;
}

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

h2{
    color: #8c001f;
    font-size:20px;
    line-height: 24px;
}

h3{
    font-size:18px;
    font-style: italic;
    line-height:23px;
}

h4{
    color: #a5a5a5;
    font-size:18px;
    font-style: italic;
    line-height: 21px;
}

h5{
    color:#c0002f;
    font-size:18px;
    line-height:21px;
    font-style: italic;
}

h6{
    font-size:11px;
    font-weight: bold;
    line-height:15px;
    padding: 0 0 6px 0;
}

/***** Common Formatting *****/
p, ul, ol{
    line-height: 14px;
    margin:0;
    padding:0 0 2px 0;
}

ul, ol{
  padding:0 0 8px 2.25em;
  line-height: 15px;
}

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

blockquote{
	font-size: 24px;
	line-height: 26px;
}

small{
    font-size:11px;
 	font-weight: normal;
    font-family: Arial;
    font-style: normal;
}

big{
	font-size:30px;
	line-height: 34px;
}

img{
  border:0;
}

sup{
  position:relative;
  bottom:0.3em;
  vertical-align:baseline;
}

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:#c0002f;
}

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{
  padding: 6px 8px; vertical-align: top;
}

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

/***** 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 10px 6px 0;}
.img-right     {float:right; margin:0 0 6px 10px;}

.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: #373737;
    font-size:11px; white-space: nowrap;
}
