body { font-size: 62.5%; line-height: 1.8em; }
   
body { 
	color: #2d3e66; 
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
legend, h1,h2,h3,h4,h4 span,h5,h6 { 
	color:#50648c; 
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight:bold;
	}


/* Headings
-------------------------------------------------------------- */
h2 { font-size:2.4em; line-height:1.5em; margin:.375em 0 .25em; }
h3 { font-size:1.8em; line-height:1.8em; margin-bottom:0.45em; }
legend, h4 { font-size:1.4em; line-height:1.3; margin-bottom:.65em; color:#999; }
h5 { font-size:1.4em; margin:0; }
h6 { font-size:1.2em; }

h2 a, h3 a	{ color:#57b; text-decoration:none; }
h2 a:hover, 
h3 a:hover	{ color:#2d3e66; border-bottom:3px solid #2d3e66; text-decoration:none; }


/* Text elements
-------------------------------------------------------------- */
li, p		{ font-size:1.2em; margin: 0 0 1.5em; }
li li		{ font-size:1em; }
ul.summaries li	{ font-size:100%; }

p:last, 
p.last		{ margin-bottom: 0; }
p img		{ float: right; margin: 1.8em 0 1.8em 1.8em ; padding: 0; }
p img.left	{ float: left; margin: 1.8em 1.8em 1.8em 0; padding: 0; }
p img.top	{ margin-top: 0; }
img			{ margin: 0 0 1.8em; }

ul, ol      { margin:0 1.8em 0 1.8em; }
ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.8em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.8em;}

abbr		{ border-bottom: 1px dotted #666; }
acronym     { border-bottom:none; }
address     { margin-top: 1.8em; font-style: italic; }
del         { color:#666; }

a           { color:#57b; text-decoration:none; }
a:focus, 
a:hover     { color:#50648c; text-decoration:underline; }

blockquote  { color: #666; padding-left:1.8em; margin-bottom: 1.8em; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.8em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; } 
tt          { display: block; margin: 1.8em 0; }


/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.8em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: 1em; margin-bottom: 1.8em; line-height: 1.8em; }
.large      { font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.2em; }
.quiet      { color: #666; }

.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; }