body {font-size: 100%; color:#3a240f; font-family:Verdana, Geneva, sans-serif;}
h1,h2,h3,h4,h5,h6 { color:#3a240f; }
/* Headings
-------------------------------------------------------------- */
h1 { font-size: 2em; line-height: 1em; margin-bottom: 0.5em;}
h2 { font-size: 24px; margin-bottom: 13px; line-height: 1em; font-weight:normal; color:#3a240f; }
h3 { font-size:21px; color:#3a240f; line-height: 1.06em; margin-bottom: 1em; font-weight:bold;  }
h4 { font-size: 0.94em; line-height: 1.4em; margin-bottom: .8em; font-weight:bold; }
h5 { font-size: 1em; margin-bottom: .2em; color: #555; font-weight:bold;}
h6 { font-size: 0.75em; color: #555; font-weight:bold;}

/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 20px; line-height: 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>. */

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; font-size:105%; }
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		{ outline:none;} 

a   { text-decoration: none; color:#07a5cc;}

a:hover,
a.selected  { text-decoration: underline; color:#e37b00;}

blockquote  { margin: 0em 0; color: #666; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #FFFFA7; }
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; width:100%; }
th      {  font-weight: bold;  }
td      { border-bottom: 0px solid #ddd; }
th,td   { padding: 2px 10px; vertical-align:top;}
tfoot   { font-style: italic; }
caption { margin:0 0 7px; padding:5px 10px; background:#F5F4F5; font-weight: bold; border:1px solid #C2BFC0;}

/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: .9em; margin-bottom: 1.875em; line-height: 1.25em; }
.large      { font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.25em; color: #777;}
.quiet      { color: #777; }

.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; }
