﻿body { font-size: 12px; }
body { 
  color: #808080; 
  font-family: Arial, "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #000; 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal;line-height: normal; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em;font-weight:bold;border-bottom:1px solid #d6d6d6; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em;}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #e42c2a; }
a           { color: #000; text-decoration: none; vertical-align: text-bottom}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      {  font-weight: bold; }
th,td   { padding:.3em .5em; border-bottom: 1px solid #333;}
tfoot   { font-style: italic; }
caption { background: #aeb4b8; color:#fff; padding:.3em .5em; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .95em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.title 		{ margin:0 0 20px 0; padding: 0.5em 0; font-size: 17px;}
.topTitle	{ margin:0 0 20px 0; padding: 13px 0 0 0; font-size: 17px;text-transform:none;}
.pageTitle	{ margin:10px 0px 5px 0px;color:#e42c2a;font-size:18px; letter-spacing: 0.1em;}

.upper		{ text-transform: uppercase; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




