/* -------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 ;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

body { 
  line-height: 1.5; 
}


a img { border: none; }



/* -------------------------------------------------------------- */

body {
	font-size: 81.25%;
	line-height:1.5em;
	color: #6B6B6B;
	background: #1d1d1d url(images/fade_bg.jpg) repeat-y 50% 0 fixed;
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
font-size: 13px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2.153846em; line-height: 1.333333em; margin-top: 1.333333em; margin-bottom:1em }
h2 { font-size: 1.615385em; line-height: 1.166667em; margin-top:0em; margin-bottom:.5em; color:#8f3431;border-bottom:1px solid #cccccc; padding-bottom:3px;}
h3 { font-size: 1.076923em; line-height: 1.5em; margin-top:0em; margin-bottom:1em; color:#555555; font-weight:normal; }
h4 { font-size: 1.153846em;; line-height: 1.266667em; color:#990000; font-weight:bold; margin-bottom:1em;   }
h5 { font-size: 1.076923em; line-height:1.5em; color:#656565; font-weight:bold; margin-bottom:1em;  }
h6 { font-size: 1.153846em; line-height:1.5em; color:#555555; font-weight:bold; margin-bottom:.5em; }
.bold { font-size: 1em;; line-height:1.5em; color:#993333; font-weight:bold; margin-bottom:1em;  }


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { line-height:1.5em; margin-bottom:1em; font-size:1em;}
p img       { float: left; margin: 5px;}
p img.right { float: right; }
.right      { float: right; }
.topimage	{ margin:0 5px 0 0}


a:focus, 
a:hover     { color: #990000; text-decoration:underline }
a           { color: #990000; text-decoration:none; }

/*blockquote  { font-style: italic; margin-bottom:.5em; margin-top:1.5em; width:275px;}*/
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.dquo { margin-left: -.5em; }
/* Lists
-------------------------------------------------------------- */


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

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1em; }
.large      { font-size: 1.153846em; line-height:1.5em}
.hide       { display: none; }

.red        { color:#990000 }
.red a       { color:#990000 }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:none; font-weight:normal; font-size:12px; font-weight:bold; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
